Progressive release request payload.

Hierarchy

  • ExposureScheduleRequest

Constructors

Properties

absoluteStartTime?: Date

The absolute UTC start time for this schedule.

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
controlVariantId?: string

The control variant ID used for experiment comparisons.

controlVariantKey?: string

The control variant key used during creation workflows.

id?: string

The unique identifier of the progressive rollout.

rolloutOptions: RolloutOptionsRequest

Rollout options request payload.

Ordered progression steps for exposure.

Generated using TypeDoc