Filter

@Serializable
data class Filter(val genericSearchTerm: String? = null, val roomTypes: Set<CreateEventContent.RoomType?>? = null)

Constructors

Link copied to clipboard
constructor(genericSearchTerm: String? = null, roomTypes: Set<CreateEventContent.RoomType?>? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val roomTypes: Set<CreateEventContent.RoomType?>? = null