A timeline cell resource representing a single entry in a case's activity timeline.

Hierarchy

  • TimelineCellResource

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
attributes: TimelineCell

Attributes of a timeline cell, representing a single event in a case's chronological activity log (for example, a comment, status change, or assignment update).

id: string

Timeline cell's identifier

JSON:API resource type for timeline cells.

Generated using TypeDoc