MeetingEntity

data class MeetingEntity(val meetingId: QualifiedIDEntity, val conversationId: QualifiedIDEntity, val creatorId: QualifiedIDEntity, val createdAt: <Error class: unknown class>, val updatedAt: <Error class: unknown class>?, val title: String, val startTime: <Error class: unknown class>, val endTime: <Error class: unknown class>, val trial: Boolean, val recurrence: MeetingEntity.RecurrenceEntity?)

Constructors

Link copied to clipboard
constructor(meetingId: QualifiedIDEntity, conversationId: QualifiedIDEntity, creatorId: QualifiedIDEntity, createdAt: <Error class: unknown class>, updatedAt: <Error class: unknown class>?, title: String, startTime: <Error class: unknown class>, endTime: <Error class: unknown class>, trial: Boolean, recurrence: MeetingEntity.RecurrenceEntity?)

Types

Link copied to clipboard
data class RecurrenceEntity(val frequency: MeetingEntity.RecurrenceEntity.Frequency, val interval: Long?, val until: <Error class: unknown class>?)

Properties

Link copied to clipboard
Link copied to clipboard
val createdAt: <Error class: unknown class>
Link copied to clipboard
Link copied to clipboard
val endTime: <Error class: unknown class>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val startTime: <Error class: unknown class>
Link copied to clipboard
val title: String
Link copied to clipboard
val trial: Boolean
Link copied to clipboard
val updatedAt: <Error class: unknown class>?