Issue Analytic Impl

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

The IssueAnalyticImpl is the implementation of the IssueAnalytic interface

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)

Properties

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

The platform of the issue

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