Interface IAnnotatedPushRule

interface IAnnotatedPushRule {
    actions: PushRuleAction[];
    conditions?: PushRuleCondition[];
    default: boolean;
    enabled: boolean;
    kind: PushRuleKind;
    pattern?: string;
    rule_id: string;
}

Hierarchy (view full)

Properties

actions: PushRuleAction[]
conditions?: PushRuleCondition[]
default: boolean
enabled: boolean
pattern?: string
rule_id: string