InitiateOrStopStatPrams

data class InitiateOrStopStatPrams(    val type: String = "debug_report_stop",     val debugReportId: String = UUID.randomUUID().toString(),     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_stop",     debugReportId: String = UUID.randomUUID().toString(),     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