Attributes of a maintenance update resource.

Hierarchy

  • MaintenanceUpdateDataAttributes

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

Components affected at the time of the update.

createdAt?: Date

The date and time the update was created.

description?: string

The message body of the update.

manualTransition?: boolean

Whether the update was applied manually by a user (true) or automatically by the system (false).

modifiedAt?: Date

The date and time the update was last modified.

startedAt?: Date

The date and time the update started.

The status of the maintenance update.

Generated using TypeDoc