Class CreateMaintenanceRequestDataAttributes

The supported attributes for creating a maintenance.

Hierarchy

  • CreateMaintenanceRequestDataAttributes

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

Timestamp of when the maintenance was completed.

completedDescription?: string

The description shown when the maintenance is completed.

The components affected by the maintenance.

inProgressDescription?: string

The description shown while the maintenance is in progress.

scheduledDescription?: string

The description shown when the maintenance is scheduled.

startDate?: Date

Timestamp of when the maintenance is scheduled to start.

title: string

The title of the maintenance.

Generated using TypeDoc