StatPrams

data class StatPrams(val type: String = "debug_report_data", val debugReportId: String = UUID.randomUUID().toString(), val reportData: JsonObject, val debugReportVersion: Int = 1, val id: String = UUID.randomUUID().toString(), val jsonrpc: String = "2.0") : ParamRequest

Constructors

Link copied to clipboard
constructor(type: String = "debug_report_data", debugReportId: String = UUID.randomUUID().toString(), reportData: JsonObject, debugReportVersion: Int = 1, id: String = UUID.randomUUID().toString(), jsonrpc: String = "2.0")

Properties

Link copied to clipboard
@SerializedName(value = "debug_report_id")
val debugReportId: String
Link copied to clipboard
@SerializedName(value = "debug_report_version")
val debugReportVersion: Int = 1
Link copied to clipboard
@SerializedName(value = "id")
val id: String
Link copied to clipboard
Link copied to clipboard
@SerializedName(value = "debug_report_data")
val reportData: JsonObject
Link copied to clipboard