class Google::Apis::SheetsV4::AutoResizeDimensionsRequest

cells in that dimension.
Automatically resizes one or more dimensions based on the contents of the

def initialize(**args)

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

def update!(**args)

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