Exposure progression step details.

Hierarchy

  • AllocationExposureRolloutStep

Constructors

Properties

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

The progressive rollout ID this step belongs to.

createdAt: Date

The timestamp when the progression step was created.

exposureRatio: number

The exposure ratio for this step.

groupedStepIndex: number

Logical index grouping related steps.

id: string

The unique identifier of the progression step.

intervalMs?: number

Step duration in milliseconds.

isPauseRecord: boolean

Whether this step represents a pause record.

orderPosition: number

Sort order for the progression step.

updatedAt: Date

The timestamp when the progression step was last updated.

Generated using TypeDoc