PushRulesEventContent

@Serializable
data class PushRulesEventContent(val global: PushRuleSet? = null) : GlobalAccountDataEventContent

See also

Constructors

Link copied to clipboard
constructor(global: PushRuleSet? = null)

Properties

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