Class: Google::Apps::Chat::V1::AttachmentDataRef
- Inherits:
-
Object
- Object
- Google::Apps::Chat::V1::AttachmentDataRef
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/chat/v1/attachment.rb
Overview
A reference to the attachment data.
Instance Attribute Summary collapse
-
#attachment_upload_token ⇒ ::String
Optional.
-
#resource_name ⇒ ::String
Optional.
Instance Attribute Details
#attachment_upload_token ⇒ ::String
Returns Optional. Opaque token containing a reference to an uploaded attachment. Treated by clients as an opaque string and used to create or update Chat messages with attachments.
93 94 95 96 |
# File 'proto_docs/google/chat/v1/attachment.rb', line 93 class AttachmentDataRef include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#resource_name ⇒ ::String
Returns Optional. The resource name of the attachment data. This field is used with the media API to download the attachment data.
93 94 95 96 |
# File 'proto_docs/google/chat/v1/attachment.rb', line 93 class AttachmentDataRef include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |