Class: Google::Apps::Chat::V1::UploadAttachmentRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#filename::String

Returns Required. The filename of the attachment, including the file extension.

Returns:

  • (::String)

    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}".

Returns:

  • (::String)

    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