Class: Google::Apps::Chat::V1::UploadAttachmentResponse
- Inherits:
-
Object
- Object
- Google::Apps::Chat::V1::UploadAttachmentResponse
- 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
-
#attachment_data_ref ⇒ ::Google::Apps::Chat::V1::AttachmentDataRef
Reference to the uploaded attachment.
Instance Attribute Details
#attachment_data_ref ⇒ ::Google::Apps::Chat::V1::AttachmentDataRef
Returns Reference to the uploaded attachment.
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 |