Attributes of a change request response.

Hierarchy

  • ChangeRequestResponseAttributes

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
archivedAt?: Date

Timestamp of when the change request was archived.

attributes: {
    [key: string]: string[];
}

Custom attributes of the change request as key-value pairs.

Type declaration

  • [key: string]: string[]
changeRequestLinkedIncidentUuid: string

The UUID of the linked incident.

changeRequestMaintenanceWindowQuery: string

The maintenance window query for the change request.

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.

closedAt?: Date

Timestamp of when the change request was closed.

createdAt: Date

Timestamp of when the change request was created.

creationSource: string

The source from which the change request was created.

description: string

The description of the change request.

endDate?: Date

The planned end date of the change request.

key: string

The human-readable key of the change request.

modifiedAt: Date

Timestamp of when the change request was last modified.

planNotebookId: number

The notebook ID associated with the change request plan.

priority: string

The priority of the change request.

projectId: string

The project UUID associated with the change request.

startDate?: Date

The planned start date of the change request.

status: string

The current status of the change request.

title: string

The title of the change request.

type: string

The case type.

Generated using TypeDoc