A reference to a timeline record.

interface TimelineRecordReference {
    id?: string;
    identifier?: string;
    state?: TimelineRecordState;
}

Properties

id?: string

The ID of the record.

identifier?: string

String identifier that is consistent across attempts.

The state of the record.