Reservation Share Settings
data class ReservationShareSettings(val projectMaps: List<ReservationShareSettingsProjectMap>? = null, val shareType: String? = null)
Constructors
Link copied to clipboard
constructor(projectMaps: List<ReservationShareSettingsProjectMap>? = null, shareType: String? = null)