Reference documentation and code samples for the Google Apps Chat V1 Client class UploadAttachmentResponse.
Response of uploading an attachment.
Generated from protobuf message google.chat.v1.UploadAttachmentResponse
Namespace
Google \ Apps \ Chat \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ attachment_data_ref |
Google\Apps\Chat\V1\AttachmentDataRef
Reference to the uploaded attachment. |
getAttachmentDataRef
Reference to the uploaded attachment.
Returns | |
---|---|
Type | Description |
Google\Apps\Chat\V1\AttachmentDataRef|null |
hasAttachmentDataRef
clearAttachmentDataRef
setAttachmentDataRef
Reference to the uploaded attachment.
Parameter | |
---|---|
Name | Description |
var |
Google\Apps\Chat\V1\AttachmentDataRef
|
Returns | |
---|---|
Type | Description |
$this |