Reference documentation and code samples for the Google Apps Chat V1 Client class GetAttachmentRequest.
Request to get an attachment.
Generated from protobuf message google.chat.v1.GetAttachmentRequest
Namespace
Google \ Apps \ Chat \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. Resource name of the attachment, in the form |
getName
Required. Resource name of the attachment, in the form
spaces/{space}/messages/{message}/attachments/{attachment}.
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Required. Resource name of the attachment, in the form
spaces/{space}/messages/{message}/attachments/{attachment}.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameter | |
|---|---|
| Name | Description |
name |
string
Required. Resource name of the attachment, in the form
|
| Returns | |
|---|---|
| Type | Description |
GetAttachmentRequest |
|