Class DORADeploymentPatchByVersionRequestData

The JSON:API data for patching a deployment identified by service, environment, and version.

Hierarchy

  • DORADeploymentPatchByVersionRequestData

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

Attributes for patching a DORA deployment event identified by service, environment, and version.

JSON:API type for DORA deployment patch request.

Generated using TypeDoc