Reference documentation and code samples for the Google Apps Chat V1 Client class ChatSpaceLinkData.
Data for Chat space links.
Generated from protobuf message google.chat.v1.ChatSpaceLinkData
Namespace
Google \ Apps \ Chat \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ space |
string
The space of the linked Chat space resource. Format: |
↳ thread |
string
The thread of the linked Chat space resource. Format: |
↳ message |
string
The message of the linked Chat space resource. Format: |
getSpace
The space of the linked Chat space resource.
Format: spaces/{space}
Returns | |
---|---|
Type | Description |
string |
setSpace
The space of the linked Chat space resource.
Format: spaces/{space}
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getThread
The thread of the linked Chat space resource.
Format: spaces/{space}/threads/{thread}
Returns | |
---|---|
Type | Description |
string |
setThread
The thread of the linked Chat space resource.
Format: spaces/{space}/threads/{thread}
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getMessage
The message of the linked Chat space resource.
Format: spaces/{space}/messages/{message}
Returns | |
---|---|
Type | Description |
string |
setMessage
The message of the linked Chat space resource.
Format: spaces/{space}/messages/{message}
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |