Subject View
data class SubjectView(val type: SubjectType, val subject: String, val status: SubjectStatusView? = null, val repo: RepoViewDetail? = null, val profile: SubjectViewProfileUnion? = null, val record: RecordViewDetail? = null)
Detailed view of a subject. For record subjects, the author's repo and profile will be returned.
Constructors
Link copied to clipboard
constructor(type: SubjectType, subject: String, status: SubjectStatusView? = null, repo: RepoViewDetail? = null, profile: SubjectViewProfileUnion? = null, record: RecordViewDetail? = null)