BookmarkTimelineItem interface
Represents bookmark timeline item.
- Extends
Properties
azure |
The bookmark azure resource id. |
created |
Describes a user that created the bookmark |
display |
The bookmark display name. |
end |
The bookmark end time. |
event |
The bookmark event time. |
kind | Polymorphic discriminator, which specifies the different types this object can be |
labels | List of labels relevant to this bookmark |
notes | The notes of the bookmark |
start |
The bookmark start time. |
Property Details
azureResourceId
The bookmark azure resource id.
azureResourceId: string
Property Value
string
createdBy
displayName
The bookmark display name.
displayName?: string
Property Value
string
endTimeUtc
The bookmark end time.
endTimeUtc?: Date
Property Value
Date
eventTime
The bookmark event time.
eventTime?: Date
Property Value
Date
kind
Polymorphic discriminator, which specifies the different types this object can be
kind: "Bookmark"
Property Value
"Bookmark"
labels
List of labels relevant to this bookmark
labels?: string[]
Property Value
string[]
notes
The notes of the bookmark
notes?: string
Property Value
string
startTimeUtc
The bookmark start time.
startTimeUtc?: Date
Property Value
Date
Azure SDK for JavaScript