Reference documentation and code samples for the Google Apps Chat V1 Client class Type.
The type of the Meet space.
Protobuf type google.chat.v1.MeetSpaceLinkData.Type
Namespace
Google \ Apps \ Chat \ V1 \ MeetSpaceLinkDataMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
TYPE_UNSPECIFIED
Value: 0Default value for the enum. Don't use.
Generated from protobuf enum TYPE_UNSPECIFIED = 0;
MEETING
Value: 1The Meet space is a meeting.
Generated from protobuf enum MEETING = 1;
HUDDLE
Value: 2The Meet space is a huddle.
Generated from protobuf enum HUDDLE = 2;