Reference documentation and code samples for the Google Apps Chat V1 Client class DriveLinkData.
Data for Google Drive links.
Generated from protobuf message google.chat.v1.DriveLinkData
Namespace
Google \ Apps \ Chat \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ drive_data_ref |
Google\Apps\Chat\V1\DriveDataRef
A DriveDataRef which references a Google Drive file. |
↳ mime_type |
string
The mime type of the linked Google Drive resource. |
getDriveDataRef
A DriveDataRef which references a Google Drive file.
Returns | |
---|---|
Type | Description |
Google\Apps\Chat\V1\DriveDataRef|null |
hasDriveDataRef
clearDriveDataRef
setDriveDataRef
A DriveDataRef which references a Google Drive file.
Parameter | |
---|---|
Name | Description |
var |
Google\Apps\Chat\V1\DriveDataRef
|
Returns | |
---|---|
Type | Description |
$this |
getMimeType
The mime type of the linked Google Drive resource.
Returns | |
---|---|
Type | Description |
string |
setMimeType
The mime type of the linked Google Drive resource.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |