Class CreateMaintenanceTemplateRequestDataAttributes

The attributes for creating a maintenance template.

Hierarchy

  • CreateMaintenanceTemplateRequestDataAttributes

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

The description shown when a maintenance created from this template is completed.

componentIds?: string[]

The IDs of the components affected by a maintenance created from this template.

inProgressDescription?: string

The description shown while a maintenance created from this template is in progress.

maintenanceTitle?: string

The title used for a maintenance created from this template.

name: string

The name of the maintenance template.

scheduledDescription?: string

The description shown when a maintenance created from this template is scheduled.

Generated using TypeDoc