Google Apps Chat V1 Client - Class SectionType (0.19.0)

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 \ Section

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

SECTION_TYPE_UNSPECIFIED

Value: 0

Unspecified section type.

Generated from protobuf enum SECTION_TYPE_UNSPECIFIED = 0;

CUSTOM_SECTION

Value: 1

Custom section.

Generated from protobuf enum CUSTOM_SECTION = 1;

DEFAULT_DIRECT_MESSAGES

Value: 2

Default 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: 3

Default spaces that don't belong to any custom section.

Generated from protobuf enum DEFAULT_SPACES = 3;

DEFAULT_APPS

Value: 6

Default section containing a user's installed apps.

Generated from protobuf enum DEFAULT_APPS = 6;