RepoViewDetail

data class RepoViewDetail(val did: Did, val handle: Handle, val email: String? = null, val relatedRecords: ReadOnlyList<JsonContent>, val indexedAt: Timestamp, val moderation: ModerationDetail, val labels: ReadOnlyList<Label> = persistentListOf(), val invitedBy: InviteCode? = null, val invites: ReadOnlyList<InviteCode> = persistentListOf(), val invitesDisabled: Boolean? = null, val inviteNote: String? = null, val emailConfirmedAt: Timestamp? = null)

Constructors

Link copied to clipboard
constructor(did: Did, handle: Handle, email: String? = null, relatedRecords: ReadOnlyList<JsonContent>, indexedAt: Timestamp, moderation: ModerationDetail, labels: ReadOnlyList<Label> = persistentListOf(), invitedBy: InviteCode? = null, invites: ReadOnlyList<InviteCode> = persistentListOf(), invitesDisabled: Boolean? = null, inviteNote: String? = null, emailConfirmedAt: Timestamp? = null)

Properties

Link copied to clipboard
val did: Did
Link copied to clipboard
val email: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val invitedBy: InviteCode? = null
Link copied to clipboard
val inviteNote: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard