class Google::Apis::SheetsV4::InsertDimensionRequest

Inserts rows or columns in a sheet at a particular index.

def initialize(**args)

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

def update!(**args)

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