Project
data class Project(var id: String?, var createdBy: User?, var updatedBy: User?, var tags: List<String>?, var templateIds: List<Int>?, var title: String?, var videoId: Long?, var bcAccountId: Long?, var annotations: List<Annotation>?, var createdAt: String?, var updatedAt: String?, var showQuestionsOnce: Boolean?, var templateAnnotations: List<Long>?, var sessionId: String?)
Constructors
Link copied to clipboard
constructor(id: String?, createdBy: User?, updatedBy: User?, tags: List<String>?, templateIds: List<Int>?, title: String?, videoId: Long?, bcAccountId: Long?, annotations: List<Annotation>?, createdAt: String?, updatedAt: String?, showQuestionsOnce: Boolean?, templateAnnotations: List<Long>?, sessionId: String?)