Aggregated statistics for the given interval, plus the IDs of emails that were sent during that interval.

Constructors

Properties

campaignAggregations?: {
    [key: string]: EmailStatisticsData;
}

The aggregated statistics per campaign.

emails?: number[]

List of email IDs that were sent during the time span.

attributeTypeMap: {
    baseName: string;
    format: string;
    name: string;
    type: string;
}[] = ...
discriminator: undefined | string = undefined
mapping: undefined | {
    [index: string]: string;
} = undefined

Methods