class Google::Apis::SheetsV4::BooleanCondition

conditional formatting, data validation, and the criteria in filters.
A condition that can evaluate to true or false. BooleanConditions are used by

def initialize(**args)

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

def update!(**args)

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