Class UpdateDeploymentRuleParamsDataAttributes

Parameters for updating a deployment rule.

Hierarchy

  • UpdateDeploymentRuleParamsDataAttributes

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
dryRun: boolean

Whether to run this rule in dry-run mode.

name: string

The name of the deployment rule.

Options for deployment rule response representing either faulty deployment detection or monitor options.

Generated using TypeDoc