Rollout step request payload.

Hierarchy

  • ExposureRolloutStepRequest

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
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.

Generated using TypeDoc