type property

String? type
getter/setter pair

Indicates the type of the Meet space. Possible string values are:

  • "TYPE_UNSPECIFIED" : Default value for the enum. Don't use.
  • "MEETING" : The Meet space is a meeting.
  • "HUDDLE" : The Meet space is a huddle.

Implementation

core.String? type;