ActivityTimelineItem interface
Represents Activity timeline item.
- Extends
Properties
| bucket |
The grouping bucket end time. |
| bucket |
The grouping bucket start time. |
| content | The activity timeline content. |
| first |
The time of the first activity in the grouping bucket. |
| kind | Polymorphic discriminator, which specifies the different types this object can be |
| last |
The time of the last activity in the grouping bucket. |
| query |
The activity query id. |
| title | The activity timeline title. |
Property Details
bucketEndTimeUTC
The grouping bucket end time.
bucketEndTimeUTC: Date
Property Value
Date
bucketStartTimeUTC
The grouping bucket start time.
bucketStartTimeUTC: Date
Property Value
Date
content
The activity timeline content.
content: string
Property Value
string
firstActivityTimeUTC
The time of the first activity in the grouping bucket.
firstActivityTimeUTC: Date
Property Value
Date
kind
Polymorphic discriminator, which specifies the different types this object can be
kind: "Activity"
Property Value
"Activity"
lastActivityTimeUTC
The time of the last activity in the grouping bucket.
lastActivityTimeUTC: Date
Property Value
Date
queryId
The activity query id.
queryId: string
Property Value
string
title
The activity timeline title.
title: string
Property Value
string