Generator View
data class GeneratorView(val uri: AtUri, val cid: Cid, val did: Did, val creator: ProfileView, val displayName: String, val description: String? = null, val descriptionFacets: List<Facet> = emptyList(), val avatar: Uri? = null, val likeCount: Long? = null, val acceptsInteractions: Boolean? = null, val labels: List<Label> = emptyList(), val viewer: GeneratorViewerState? = null, val indexedAt: Timestamp)
Constructors
Link copied to clipboard
constructor(uri: AtUri, cid: Cid, did: Did, creator: ProfileView, displayName: String, description: String? = null, descriptionFacets: List<Facet> = emptyList(), avatar: Uri? = null, likeCount: Long? = null, acceptsInteractions: Boolean? = null, labels: List<Label> = emptyList(), viewer: GeneratorViewerState? = null, indexedAt: Timestamp)