Class FleetDeploymentV2CancelAttributes

Attributes of a deployment cancellation response.

Hierarchy

  • FleetDeploymentV2CancelAttributes

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
message?: string

Human-readable message describing the outcome of the cancellation request.

status?: string

Status of the deployment after the cancellation request.

Generated using TypeDoc