Class ChangeRequestDecisionResponseAttributes

Attributes of a change request decision in a response.

Hierarchy

  • ChangeRequestDecisionResponseAttributes

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
changeRequestStatus: ChangeRequestDecisionStatusType

The status of a change request decision.

decidedAt: Date

Timestamp of when the decision was made.

decisionReason: string

The reason for the decision.

deletedAt: Date

Timestamp of when the decision was deleted.

requestReason: string

The reason for requesting the decision.

requestedAt: Date

Timestamp of when the decision was requested.

Generated using TypeDoc