TypeAttendee

data class TypeAttendee(val email: String? = null, val category: CategoryAttendee? = null) : Parcelable

Constructors

Link copied to clipboard
constructor(email: String? = null, category: CategoryAttendee? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val email: String? = null

Inherited functions

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