PushRule
fun PushRule( @Json(name = "actions") actions: List<Any>, @Json(name = "default") default: Boolean? = false, @Json(name = "enabled") enabled: Boolean, @Json(name = "rule_id") ruleId: String, @Json(name = "conditions") conditions: List<PushCondition>? = null, @Json(name = "pattern") pattern: String? = null)
Content copied to clipboard