Class DeploymentGateResponseDataAttributes

Basic information about a deployment gate.

Hierarchy

  • DeploymentGateResponseDataAttributes

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 gate was created.

Information about the user who created the deployment gate.

dryRun: boolean

Whether this gate is run in dry-run mode.

env: string

The environment of the deployment gate.

identifier: string

The identifier of the deployment gate.

service: string

The service of the deployment gate.

updatedAt?: Date

The timestamp when the deployment gate was last updated.

Information about the user who updated the deployment gate.

Generated using TypeDoc