Reference documentation and code samples for the Google Apps Chat V1 Client class Position.
The position of the section.
Protobuf type google.chat.v1.PositionSectionRequest.Position
Namespace
Google \ Apps \ Chat \ V1 \ PositionSectionRequestMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
POSITION_UNSPECIFIED
Value: 0Unspecified position.
Generated from protobuf enum POSITION_UNSPECIFIED = 0;
START
Value: 1Start of the list of sections.
Generated from protobuf enum START = 1;
END
Value: 2End of the list of sections.
Generated from protobuf enum END = 2;