class Google::Apis::SheetsV4::UpdateEmbeddedObjectPositionResponse

The result of updating an embedded object's position.

Attributes

position[RW]

The position of an embedded object such as a chart. Corresponds to the JSON property `position` @return [Google::Apis::SheetsV4::EmbeddedObjectPosition]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/sheets_v4/classes.rb, line 10734
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/sheets_v4/classes.rb, line 10739
def update!(**args)
  @position = args[:position] if args.key?(:position)
end