Web Issue Analytic

@Serializable
data class WebIssueAnalytic(    val id: String,     val name: String,     val creationDate: Long,     val appVersion: String,     val platform: Platform,     val issue: String,     val device: AmetistaDevice,     val browser: String,     val browserVersion: String) : IssueAnalytic

The WebIssueAnalytic represents an issue occurred on the web platform

Author

N7ghtm4r3 - Tecknobit

See also

Constructors

Link copied to clipboard
constructor(    id: String,     name: String,     creationDate: Long,     appVersion: String,     platform: Platform,     issue: String,     device: AmetistaDevice,     browser: String,     browserVersion: String)

Properties

Link copied to clipboard
@SerialName(value = "app_version" )
open override val appVersion: String

The platform of the issue

Link copied to clipboard

The browser where the issue occurred

Link copied to clipboard
@SerialName(value = "browser_version" )
val browserVersion: String

The version of the browser where the issue occurred

Link copied to clipboard
@SerialName(value = "creation_date" )
open override val creationDate: Long

The date when the issue occurred

Link copied to clipboard
open override val device: AmetistaDevice

The device where the issue occurred

Link copied to clipboard
open override val id: String

The identifier of the issue

Link copied to clipboard
open override val issue: String

The issue details

Link copied to clipboard
open override val name: String

The name of the issue

Link copied to clipboard
open override val platform: Platform

The description of the issue