ReservationShareSettings

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A map of project number and project config. This is only valid when shareType's value is SPECIFIC_PROJECTS. Structure is documented below.

Link copied to clipboard
val shareType: String? = null

Type of sharing for this shared-reservation Possible values are: LOCAL, SPECIFIC_PROJECTS.