DisablePushParams

data class DisablePushParams(val user: String, val userVariables: UserVariables) : ParamRequest

Constructors

Link copied to clipboard
constructor(user: String, userVariables: UserVariables)

Properties

Link copied to clipboard
@SerializedName(value = "user")
val user: String
Link copied to clipboard
@SerializedName(value = "User-Agent")
val userVariables: UserVariables