Class: Google::Apis::ChatV1::UploadAttachmentResponse

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/chat_v1/classes.rb,
lib/google/apis/chat_v1/representations.rb,
lib/google/apis/chat_v1/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ UploadAttachmentResponse

Returns a new instance of UploadAttachmentResponse.



4133
4134
4135
# File 'lib/google/apis/chat_v1/classes.rb', line 4133

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#attachment_data_refGoogle::Apis::ChatV1::AttachmentDataRef

Reference to the uploaded attachment. Corresponds to the JSON property attachmentDataRef



4131
4132
4133
# File 'lib/google/apis/chat_v1/classes.rb', line 4131

def attachment_data_ref
  @attachment_data_ref
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4138
4139
4140
# File 'lib/google/apis/chat_v1/classes.rb', line 4138

def update!(**args)
  @attachment_data_ref = args[:attachment_data_ref] if args.key?(:attachment_data_ref)
end