SetLevelResponse

@Serializable
data class SetLevelResponse(val success: Boolean = true, val packagePattern: String, val level: String)(source)

Constructors

Link copied to clipboard
constructor(success: Boolean = true, packagePattern: String, level: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard