Progressive release details for a targeting rule allocation.

Hierarchy

  • AllocationExposureSchedule

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
allocationId: string

The targeting rule allocation ID this progressive rollout belongs to.

controlVariantId?: string

The control variant ID used for experiment comparisons.

createdAt: Date

The timestamp when the schedule was created.

guardrailTriggeredAction?: string

Last guardrail action triggered for this schedule.

Guardrail trigger records for this schedule.

id?: string

The unique identifier of the progressive rollout.

rolloutOptions: RolloutOptions

Applied progression options for a progressive rollout.

Ordered progression steps for exposure.

updatedAt: Date

The timestamp when the schedule was last updated.

Generated using TypeDoc