BookmarkTimelineItemResponse

data class BookmarkTimelineItemResponse(val azureResourceId: String, val createdBy: UserInfoResponse? = null, val displayName: String? = null, val endTimeUtc: String? = null, val eventTime: String? = null, val kind: String, val labels: List<String>? = null, val notes: String? = null, val startTimeUtc: String? = null)

Represents bookmark timeline item.

Constructors

Link copied to clipboard
constructor(azureResourceId: String, createdBy: UserInfoResponse? = null, displayName: String? = null, endTimeUtc: String? = null, eventTime: String? = null, kind: String, labels: List<String>? = null, notes: String? = null, startTimeUtc: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The bookmark azure resource id.

Link copied to clipboard

Describes a user that created the bookmark

Link copied to clipboard
val displayName: String? = null

The bookmark display name.

Link copied to clipboard
val endTimeUtc: String? = null

The bookmark end time.

Link copied to clipboard
val eventTime: String? = null

The bookmark event time.

Link copied to clipboard

The entity query kind Expected value is 'Bookmark'.

Link copied to clipboard
val labels: List<String>? = null

List of labels relevant to this bookmark

Link copied to clipboard
val notes: String? = null

The notes of the bookmark

Link copied to clipboard
val startTimeUtc: String? = null

The bookmark start time.