class Google::Apis::SheetsV4::AddConditionalFormatRuleRequest

indexes are incremented.
Adds a new 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)
  @rule = args[:rule] if args.key?(:rule)
end