Method: Hubspot::Crm::Companies::FilterGroup#valid?

Defined in:
lib/hubspot/codegen/crm/companies/models/filter_group.rb

#valid?Boolean

Check to see if the all the properties in the model are valid

Returns:

  • (Boolean)

    true if the model is valid


76
77
78
79
# File 'lib/hubspot/codegen/crm/companies/models/filter_group.rb', line 76

def valid?
  return false if @filters.nil?
  true
end