class Google::Apis::SheetsV4::DeleteConditionalFormatRuleRequest

indexes are decremented.
Deletes a conditional format rule at the given index. All subsequent rules’

def initialize(**args)

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

def update!(**args)

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