class Google::Apis::SheetsV4::UpdateEmbeddedObjectPositionResponse

The result of updating an embedded object’s position.

def initialize(**args)

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

def update!(**args)

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