Class: Google::Apps::Chat::V1::UploadAttachmentRequest
- Inherits:
-
Object
- Object
- Google::Apps::Chat::V1::UploadAttachmentRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/chat/v1/attachment.rb
Overview
Request to upload an attachment.
Instance Attribute Summary collapse
-
#filename ⇒ ::String
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#filename ⇒ ::String
121 122 123 124 |
# File 'proto_docs/google/chat/v1/attachment.rb', line 121 class UploadAttachmentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
121 122 123 124 |
# File 'proto_docs/google/chat/v1/attachment.rb', line 121 class UploadAttachmentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |