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 |
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 |
DriveDataRef|null |
|
hasDriveDataRef
clearDriveDataRef
setDriveDataRef
A DriveDataRef which references a Google Drive file.
| Parameter | |
|---|---|
| Name | Description |
var |
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 |
|