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).

Hierarchy

  • TimelineCell

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

The author of the timeline cell. Currently only user authors are supported.

cellContent?: TimelineCellContent

The content payload of a timeline cell, varying by cell type.

createdAt?: Date

Timestamp of when the cell was created

deletedAt?: Date

Timestamp of when the cell was deleted

modifiedAt?: Date

Timestamp of when the cell was last modified

The type of content in the timeline cell. Currently only COMMENT is supported in this endpoint.

Generated using TypeDoc