shareType property

String? shareType
getter/setter pair

Type of sharing for this shared-reservation Possible string values are:

  • "LOCAL" : Default value.
  • "ORGANIZATION" : Shared-reservation is open to entire Organization
  • "SHARE_TYPE_UNSPECIFIED" : Default value. This value is unused.
  • "SPECIFIC_PROJECTS" : Shared-reservation is open to specific projects

Implementation

core.String? shareType;