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

AggregationSettings

interface AggregationSettings {
    aggregationTimePeriod: AggregationTimePeriod;
}

Properties

aggregationTimePeriod: AggregationTimePeriod

AggregationSettings