Rollout options request payload.

Hierarchy

  • RolloutOptionsRequest

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
autostart?: boolean

Whether the schedule should begin automatically.

selectionIntervalMs?: number

Interval in milliseconds for uniform interval strategies.

strategy: RolloutStrategy

The progression strategy used by a progressive rollout.

Generated using TypeDoc