type property

String? type
getter/setter pair

The type of data source. Possible string values are:

  • "UNKNOWN" : Default value. Don't use.
  • "USER" : Google Workspace users. The user can only view and select users from their Google Workspace organization.
  • "SPACE" : Google Chat spaces that the user is a member of.
  • "USER_WITH_FREE_FORM" : Users can choose to view and select existing members from their Google Workspace organization or manually enter an email address or a valid domain.

Implementation

core.String? type;