Class: Google::Apps::Chat::V1::UploadAttachmentResponse

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

Overview

Response of uploading an attachment.

Instance Attribute Summary collapse

Instance Attribute Details

#attachment_data_ref::Google::Apps::Chat::V1::AttachmentDataRef

Returns Reference to the uploaded attachment.

Returns:



125
126
127
128
# File 'proto_docs/google/chat/v1/attachment.rb', line 125

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