type property
The type of the section.
Required. Possible string values are:
- "SECTION_TYPE_UNSPECIFIED" : Unspecified section type.
- "CUSTOM_SECTION" : Custom section.
- "DEFAULT_DIRECT_MESSAGES" : Default section containing DIRECT_MESSAGE between two human users or GROUP_CHAT spaces that don't belong to any custom section.
- "DEFAULT_SPACES" : Default spaces that don't belong to any custom section.
- "DEFAULT_APPS" : Default section containing a user's installed apps.
Implementation
core.String? type;