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

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

Overview

The result of updating an embedded object's position.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ UpdateEmbeddedObjectPositionResponse

Returns a new instance of UpdateEmbeddedObjectPositionResponse.



10912
10913
10914
# File 'lib/google/apis/sheets_v4/classes.rb', line 10912

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



10910
10911
10912
# File 'lib/google/apis/sheets_v4/classes.rb', line 10910

def position
  @position
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



10917
10918
10919
# File 'lib/google/apis/sheets_v4/classes.rb', line 10917

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