class Google::Apis::SheetsV4::UpdateEmbeddedObjectPositionRequest

image).
Update an embedded object’s position (such as a moving or resizing a chart or

def initialize(**args)

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

def update!(**args)

Update properties of this object
def update!(**args)
  @fields = args[:fields] if args.key?(:fields)
  @new_position = args[:new_position] if args.key?(:new_position)
  @object_id_prop = args[:object_id_prop] if args.key?(:object_id_prop)
end