GetReservationShareSetting

data class GetReservationShareSetting(val projectMaps: List<GetReservationShareSettingProjectMap>, val shareType: String)

Constructors

Link copied to clipboard
constructor(projectMaps: List<GetReservationShareSettingProjectMap>, shareType: String)

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.

Link copied to clipboard

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