Response

@Serializable
data class Response(val global: PushRuleSet)

Constructors

Link copied to clipboard
constructor(global: PushRuleSet)

Properties

Link copied to clipboard
@SerialName(value = "global")
val global: PushRuleSet