Class CreateBackfilledMaintenanceRequestDataAttributes

The supported attributes for creating a backfilled maintenance.

Hierarchy

  • CreateBackfilledMaintenanceRequestDataAttributes

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
title: string

The title of the backfilled maintenance.

The list of updates. Exactly two updates are required: the start (in_progress) and the end (completed).

Generated using TypeDoc