Describes the status of an email send request.

Constructors

Properties

completedAt?: Date

Time when the send was completed.

eventId?: EventIdView
requestedAt?: Date

Time when the send was requested.

Result of the send.

startedAt?: Date

Time when the send began processing.

Status of the send request.

statusId: string

Identifier used to query the status of the send.

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

Methods