ExternalViewExternal
data class ExternalViewExternal(val uri: Uri, val title: String, val description: String, val thumb: Uri? = null, val createdAt: Timestamp? = null, val updatedAt: Timestamp? = null, val readingTime: Long? = null, val labels: List<Label>? = null, val source: ExternalViewExternalSource? = null, val associatedRefs: List<StrongRef>? = null, val associatedProfiles: List<ProfileViewBasic>? = null)
Parameters
createdAt
When the external content was created, if available. Example: a publication date, for an article.
updatedAt
When the external content was updated, if available.
readingTime
Estimated reading time in minutes, if applicable and available.
associatedRefs
StrongRefs (uri+cid) of the Atmosphere records that backed this view.
associatedProfiles
Profiles of the owners of the Atmosphere records that backed this view.
Constructors
Link copied to clipboard
constructor(uri: Uri, title: String, description: String, thumb: Uri? = null, createdAt: Timestamp? = null, updatedAt: Timestamp? = null, readingTime: Long? = null, labels: List<Label>? = null, source: ExternalViewExternalSource? = null, associatedRefs: List<StrongRef>? = null, associatedProfiles: List<ProfileViewBasic>? = null)
Properties
Link copied to clipboard
Profiles of the owners of the Atmosphere records that backed this view.
Link copied to clipboard
StrongRefs (uri+cid) of the Atmosphere records that backed this view.
Link copied to clipboard
Link copied to clipboard
Estimated reading time in minutes, if applicable and available.
Link copied to clipboard