Class DeploymentRuleResponseDataAttributes

Basic information about a deployment rule.

Hierarchy

  • DeploymentRuleResponseDataAttributes

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
createdAt: Date

The timestamp when the deployment rule was created.

Information about the user who created the deployment rule.

dryRun: boolean

Whether this rule is run in dry-run mode.

gateId: string

The ID of the deployment gate.

name: string

The name of the deployment rule.

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

The type of the deployment rule.

updatedAt?: Date

The timestamp when the deployment rule was last updated.

Information about the user who updated the deployment rule.

Generated using TypeDoc