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.
data
array
Optional. Data for populating the Message object.
↳ space
string
The space of the linked Chat space resource. Format: spaces/{space}
↳ thread
string
The thread of the linked Chat space resource. Format: spaces/{space}/threads/{thread}
↳ message
string
The message of the linked Chat space resource. Format: spaces/{space}/messages/{message}
getSpace
The space of the linked Chat space resource.
Format: spaces/{space}
string
setSpace
The space of the linked Chat space resource.
Format: spaces/{space}
var
string
$this
getThread
The thread of the linked Chat space resource.
Format: spaces/{space}/threads/{thread}
string
setThread
The thread of the linked Chat space resource.
Format: spaces/{space}/threads/{thread}
var
string
$this
getMessage
The message of the linked Chat space resource.
Format: spaces/{space}/messages/{message}
string
setMessage
The message of the linked Chat space resource.
Format: spaces/{space}/messages/{message}
var
string
$this