Class: Google::Apis::SheetsV4::UpdateEmbeddedObjectPositionResponse
- Inherits:
-
Object
- Object
- Google::Apis::SheetsV4::UpdateEmbeddedObjectPositionResponse
- 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
-
#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.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ UpdateEmbeddedObjectPositionResponse
Returns a new instance of UpdateEmbeddedObjectPositionResponse
9476 9477 9478 |
# File 'generated/google/apis/sheets_v4/classes.rb', line 9476 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
9474 9475 9476 |
# File 'generated/google/apis/sheets_v4/classes.rb', line 9474 def position @position end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
9481 9482 9483 |
# File 'generated/google/apis/sheets_v4/classes.rb', line 9481 def update!(**args) @position = args[:position] if args.key?(:position) end |