Class IncidentTimelineCellMarkdownCreateAttributes

Timeline cell data for Markdown timeline cells for a create request.

Hierarchy

  • IncidentTimelineCellMarkdownCreateAttributes

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

Type of the Markdown timeline cell.

The Markdown timeline cell contents.

important?: boolean

A flag indicating whether the timeline cell is important and should be highlighted.

Generated using TypeDoc