ResourceServiceModel

data class ResourceServiceModel(val name: String? = null, val quantity: Int? = null, val isSeats: Boolean = false) : Parcelable

Constructors

Link copied to clipboard
constructor(name: String? = null, quantity: Int? = null, isSeats: Boolean = false)

Properties

Link copied to clipboard
val isSeats: Boolean = false

a boolean to indicate if is a seats

Link copied to clipboard
val name: String? = null

the name of service for the resource

Link copied to clipboard
val quantity: Int? = null

the quantity for this service

Inherited functions

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