Performance Analytic

@Serializable
data class PerformanceAnalytic(    val id: String,     _name: String?,     val creationDate: Long,     val appVersion: String,     val platform: Platform,     val value: Double,     val performanceAnalyticType: PerformanceAnalyticType) : AmetistaAnalytic

The PerformanceAnalytic represents an analytic about performance

Author

N7ghtm4r3 - Tecknobit

See also

Constructors

Link copied to clipboard
constructor(    id: String,     _name: String?,     creationDate: Long,     appVersion: String,     platform: Platform,     value: Double,     performanceAnalyticType: PerformanceAnalyticType)

Properties

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

The platform of the analytic

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

The date when the analytic has been created

Link copied to clipboard
open override val id: String

The identifier of the analytic

Link copied to clipboard
open override val name: String

name -> the name of the analytic

Link copied to clipboard
@SerialName(value = "performance_analytic_type" )
val performanceAnalyticType: PerformanceAnalyticType

The type of the analytic

Link copied to clipboard
open override val platform: Platform

The description of the analytic

Link copied to clipboard
@SerialName(value = "value" )
val value: Double

The value of the analytic