ActivityTimelineItemResponse

data class ActivityTimelineItemResponse(val bucketEndTimeUTC: String, val bucketStartTimeUTC: String, val content: String, val firstActivityTimeUTC: String, val kind: String, val lastActivityTimeUTC: String, val queryId: String, val title: String)

Represents Activity timeline item.

Constructors

Link copied to clipboard
constructor(bucketEndTimeUTC: String, bucketStartTimeUTC: String, content: String, firstActivityTimeUTC: String, kind: String, lastActivityTimeUTC: String, queryId: String, title: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The grouping bucket end time.

Link copied to clipboard

The grouping bucket start time.

Link copied to clipboard

The activity timeline content.

Link copied to clipboard

The time of the first activity in the grouping bucket.

Link copied to clipboard

The entity query kind Expected value is 'Activity'.

Link copied to clipboard

The time of the last activity in the grouping bucket.

Link copied to clipboard

The activity query id.

Link copied to clipboard

The activity timeline title.