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
Returns Required. The filename of the attachment, including the file extension.
116 117 118 119 |
# File 'proto_docs/google/chat/v1/attachment.rb', line 116 class UploadAttachmentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. Resource name of the Chat space in which the attachment is uploaded. Format "spaces/{space}".
116 117 118 119 |
# File 'proto_docs/google/chat/v1/attachment.rb', line 116 class UploadAttachmentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |