Class: Google::Apps::Chat::V1::GetAttachmentRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/chat/v1/attachment.rb

Overview

Request to get an attachment.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns 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}.



103
104
105
106
# File 'proto_docs/google/chat/v1/attachment.rb', line 103

class GetAttachmentRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end