Reference documentation and code samples for the Google Apps Chat V1 Client class MeetSpaceLinkData.
Data for Meet space links.
Generated from protobuf message google.chat.v1.MeetSpaceLinkData
Namespace
Google \ Apps \ Chat \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ meeting_code |
string
Meeting code of the linked Meet space. |
↳ type |
int
Indicates the type of the Meet space. |
↳ huddle_status |
int
Optional. Output only. If the Meet is a Huddle, indicates the status of the huddle. Otherwise, this is unset. |
getMeetingCode
Meeting code of the linked Meet space.
Returns | |
---|---|
Type | Description |
string |
setMeetingCode
Meeting code of the linked Meet space.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getType
Indicates the type of the Meet space.
Returns | |
---|---|
Type | Description |
int |
setType
Indicates the type of the Meet space.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getHuddleStatus
Optional. Output only. If the Meet is a Huddle, indicates the status of the huddle. Otherwise, this is unset.
Returns | |
---|---|
Type | Description |
int |
setHuddleStatus
Optional. Output only. If the Meet is a Huddle, indicates the status of the huddle. Otherwise, this is unset.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |