Class: Google::Apis::SheetsV4::UpdateEmbeddedObjectPositionResponse
- Inherits:
-
Object
- Object
- Google::Apis::SheetsV4::UpdateEmbeddedObjectPositionResponse
- 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
-
#position ⇒ Google::Apis::SheetsV4::EmbeddedObjectPosition
The position of an embedded object such as a chart.
Instance Method Summary collapse
-
#initialize(**args) ⇒ UpdateEmbeddedObjectPositionResponse
constructor
A new instance of UpdateEmbeddedObjectPositionResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ UpdateEmbeddedObjectPositionResponse
Returns a new instance of UpdateEmbeddedObjectPositionResponse.
10925 10926 10927 |
# File 'lib/google/apis/sheets_v4/classes.rb', line 10925 def initialize(**args) update!(**args) end |
Instance Attribute Details
#position ⇒ Google::Apis::SheetsV4::EmbeddedObjectPosition
The position of an embedded object such as a chart.
Corresponds to the JSON property position
10923 10924 10925 |
# File 'lib/google/apis/sheets_v4/classes.rb', line 10923 def position @position end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
10930 10931 10932 |
# File 'lib/google/apis/sheets_v4/classes.rb', line 10930 def update!(**args) @position = args[:position] if args.key?(:position) end |