Response object for collections of marketing emails with pagination information.

Constructors

Properties

paging?: ForwardPaging
results: PublicEmail[]

Collection of emails.

total: number

Total number of content emails.

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

Methods