Reference documentation and code samples for the Google Chat V1 API class Google::Apps::Chat::V1::GetAttachmentRequest.
Request to get an attachment.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String
Returns
-
(::String) — Required. Resource name of the attachment, in the form
spaces/{space}/messages/{message}/attachments/{attachment}
.
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — Required. Resource name of the attachment, in the form
spaces/{space}/messages/{message}/attachments/{attachment}
.
Returns
-
(::String) — Required. Resource name of the attachment, in the form
spaces/{space}/messages/{message}/attachments/{attachment}
.