Attributes for updating a change request.

Hierarchy

  • ChangeRequestUpdateAttributes

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

The plan associated with the change request.

changeRequestRisk?: ChangeRequestRiskLevel

The risk level of the change request.

changeRequestType?: ChangeRequestChangeType

The type of the change request.

endDate?: Date

The planned end date of the change request.

id?: string

The identifier of the change request to update.

startDate?: Date

The planned start date of the change request.

Generated using TypeDoc