User-managed settings for a group subscription.

interface SubscriptionUserSettings {
    optedOut: boolean;
}

Properties

Properties

optedOut: boolean

Indicates whether the user will receive notifications for the associated group subscription.