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.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. Resource name of the attachment, in the form spaces/{space}/messages/{message}/attachments/{attachment}
.
getName
Required. Resource name of the attachment, in the form spaces/{space}/messages/{message}/attachments/{attachment}
.
string
setName
Required. Resource name of the attachment, in the form spaces/{space}/messages/{message}/attachments/{attachment}
.
var
string
$this
static::build
name
string
Required. Resource name of the attachment, in the form spaces/{space}/messages/{message}/attachments/{attachment}
. Please see Google\Apps\Chat\V1\ChatServiceClient::attachmentName()
for help formatting this field.