Class: Google::Apis::SheetsV4::UpdateEmbeddedObjectPositionResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/sheets_v4/classes.rb,
generated/google/apis/sheets_v4/representations.rb,
generated/google/apis/sheets_v4/representations.rb

Overview

The result of updating an embedded object's position.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ UpdateEmbeddedObjectPositionResponse

Returns a new instance of UpdateEmbeddedObjectPositionResponse.



11224
11225
11226
# File 'generated/google/apis/sheets_v4/classes.rb', line 11224

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

Instance Attribute Details

#positionGoogle::Apis::SheetsV4::EmbeddedObjectPosition

The position of an embedded object such as a chart. Corresponds to the JSON property position



11222
11223
11224
# File 'generated/google/apis/sheets_v4/classes.rb', line 11222

def position
  @position
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



11229
11230
11231
# File 'generated/google/apis/sheets_v4/classes.rb', line 11229

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