Interface NotificationsApiModelAggregationSettings

A container that holds all of the necessary properties to configure the aggregation of notifications.

AggregationSettings

interface NotificationsApiModelAggregationSettings {
    aggregationTimePeriod:
        | NotificationsApiModelAggregationTimePeriod
        | "FiveMinutes"
        | "TenMinutes";
}

Properties

aggregationTimePeriod:
    | NotificationsApiModelAggregationTimePeriod
    | "FiveMinutes"
    | "TenMinutes"

AggregationSettings

MMNEPVFCICPMFPCPTTAAATR