BookmarkView

data class BookmarkView(val subject: StrongRef, val createdAt: Timestamp? = null, val item: BookmarkViewItemUnion)

Parameters

subject

A strong ref to the bookmarked record.

Constructors

Link copied to clipboard
constructor(subject: StrongRef, createdAt: Timestamp? = null, item: BookmarkViewItemUnion)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

A strong ref to the bookmarked record.