Details of a user or group subscribing to a filter.

interface FilterSubscription {
    group?: Version3.Version3Models.GroupName;
    id?: number;
    user?: Version3.Version3Models.User;
}

Properties

Properties

id?: number

The ID of the filter subscription.