Meta

@Serializable
data class Meta(val analyzerVersion: String? = null, val platform: String? = null, val detailedStatus: String? = null, val statusCode: Int? = null, val timestamp: Long? = null, val analysisTime: Double? = null, val inputProcess: String? = null)

Constructors

Link copied to clipboard
constructor(analyzerVersion: String? = null, platform: String? = null, detailedStatus: String? = null, statusCode: Int? = null, timestamp: Long? = null, analysisTime: Double? = null, inputProcess: String? = null)

Properties

Link copied to clipboard
@SerialName(value = "analysis_time")
val analysisTime: Double? = null
Link copied to clipboard
@SerialName(value = "analyzer_version")
val analyzerVersion: String? = null
Link copied to clipboard
@SerialName(value = "detailed_status")
val detailedStatus: String? = null
Link copied to clipboard
@SerialName(value = "input_process")
val inputProcess: String? = null
Link copied to clipboard
val platform: String? = null
Link copied to clipboard
@SerialName(value = "status_code")
val statusCode: Int? = null
Link copied to clipboard
val timestamp: Long? = null