Reference documentation and code samples for the Google Apps Chat V1 Client class RichLinkMetadata.
A rich link to a resource.
Generated from protobuf message google.chat.v1.RichLinkMetadata
Namespace
Google \ Apps \ Chat \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ uri
string
The URI of this link.
↳ rich_link_type
int
The rich link type.
↳ drive_link_data
↳ chat_space_link_data
getUri
The URI of this link.
string
setUri
The URI of this link.
var
string
$this
getRichLinkType
The rich link type.
int
setRichLinkType
The rich link type.
var
int
$this
getDriveLinkData
Data for a drive link.
hasDriveLinkData
setDriveLinkData
Data for a drive link.
$this
getChatSpaceLinkData
Data for a chat space link.
hasChatSpaceLinkData
setChatSpaceLinkData
Data for a chat space link.
$this
getData
string