ResourceAgenda

data class ResourceAgenda(val id: String, val element: Resource, val dateStart: String, val dateEnd: String? = null, val days: List<DaySchedule>? = null) : Parcelable

Constructors

Link copied to clipboard
constructor(id: String, element: Resource, dateStart: String, dateEnd: String? = null, days: List<DaySchedule>? = null)

Properties

Link copied to clipboard
val dateEnd: String? = null

example: 2023-01-21

Link copied to clipboard

example: 2023-01-21

Link copied to clipboard
val days: List<DaySchedule>? = null
Link copied to clipboard

the resource searched

Link copied to clipboard
val id: String

unique id

Inherited functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)