Details of a user or group subscribing to a filter.

interface FilterSubscription {
    group?: Version2.Version2Models.GroupName;
    id?: number;
    user?: Version2.Version2Models.User;
}

Properties

Properties

id?: number

The ID of the filter subscription.