Schedule Element
data class ScheduleElement(val id: String, val label: String? = null, val description: String? = null, val type: ScheduleElementType, val scheduleType: ScheduleType? = null, val day: String, val dayEnd: String? = null, val start: String? = null, val end: String? = null, val resource: Resource? = null, val typedAttendees: List<TypeAttendee>? = null, val externalAttendees: List<String>? = null, val additionalServices: List<AdditionalService>? = null) : Parcelable
Constructors
Link copied to clipboard
constructor(id: String, label: String? = null, description: String? = null, type: ScheduleElementType, scheduleType: ScheduleType? = null, day: String, dayEnd: String? = null, start: String? = null, end: String? = null, resource: Resource? = null, typedAttendees: List<TypeAttendee>? = null, externalAttendees: List<String>? = null, additionalServices: List<AdditionalService>? = null)