Interface UpdateDeliverabilityTestOptions

Update a deliverability/load test

Export

Interface

UpdateDeliverabilityTestOptions

Hierarchy

  • UpdateDeliverabilityTestOptions

Properties

clearMaxDuration?: boolean

Set true to clear timeout. If true, maxDurationSeconds is ignored for this request.

Memberof

UpdateDeliverabilityTestOptions

clearSuccessThreshold?: boolean

Set true to clear success threshold. If true, successThresholdPercent is ignored for this request.

Memberof

UpdateDeliverabilityTestOptions

description?: string

Optional updated description

Memberof

UpdateDeliverabilityTestOptions

expectations?: DeliverabilityExpectation[]

Optional replacement expectations

Memberof

UpdateDeliverabilityTestOptions

maxDurationSeconds?: number

Optional updated timeout in seconds

Memberof

UpdateDeliverabilityTestOptions

name?: string

Optional updated name

Memberof

UpdateDeliverabilityTestOptions

startAt?: Date

Optional updated receive-window start time. Only applied while test is not terminal.

Memberof

UpdateDeliverabilityTestOptions

successThresholdPercent?: number

Optional updated acceptable success threshold percentage (0,100].

Memberof

UpdateDeliverabilityTestOptions