Single ADS notification stamp with multiple samples

interface AdsNotificationStamp {
    count: number;
    samples: AdsNotificationSample[];
    timestamp: Date;
}

Properties

count: number

How many samples

Samples (payload)

timestamp: Date

Timestamp of the included data