Reference documentation and code samples for the Google Apps Chat V1 Client class SectionType.
Section types.
Protobuf type google.chat.v1.Section.SectionType
Namespace
Google \ Apps \ Chat \ V1 \ SectionMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
SECTION_TYPE_UNSPECIFIED
Value: 0Unspecified section type.
Generated from protobuf enum SECTION_TYPE_UNSPECIFIED = 0;
CUSTOM_SECTION
Value: 1Custom section.
Generated from protobuf enum CUSTOM_SECTION = 1;
DEFAULT_DIRECT_MESSAGES
Value: 2Default section containing DIRECT_MESSAGE between two human users or GROUP_CHAT spaces that don't belong to any custom section.
Generated from protobuf enum DEFAULT_DIRECT_MESSAGES = 2;
DEFAULT_SPACES
Value: 3Default spaces that don't belong to any custom section.
Generated from protobuf enum DEFAULT_SPACES = 3;
DEFAULT_APPS
Value: 6Default section containing a user's installed apps.
Generated from protobuf enum DEFAULT_APPS = 6;