class Google::Apis::SheetsV4::EmbeddedObjectPosition

The position of an embedded object such as a chart.

def initialize(**args)

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

def update!(**args)

Update properties of this object
def update!(**args)
  @new_sheet = args[:new_sheet] if args.key?(:new_sheet)
  @overlay_position = args[:overlay_position] if args.key?(:overlay_position)
  @sheet_id = args[:sheet_id] if args.key?(:sheet_id)
end