class Google::Apis::SheetsV4::UpdateConditionalFormatRuleRequest
format rule to another index.
Updates a conditional format rule at the given index, or moves a conditional
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @index = args[:index] if args.key?(:index) @new_index = args[:new_index] if args.key?(:new_index) @rule = args[:rule] if args.key?(:rule) @sheet_id = args[:sheet_id] if args.key?(:sheet_id) end