Method: Hubspot::Crm::Companies::FilterGroup#list_invalid_properties
- Defined in:
- lib/hubspot/codegen/crm/companies/models/filter_group.rb
#list_invalid_properties ⇒ Object
Show invalid properties with the reasons. Usually used together with valid?
65 66 67 68 69 70 71 72 |
# File 'lib/hubspot/codegen/crm/companies/models/filter_group.rb', line 65 def list_invalid_properties invalid_properties = Array.new if @filters.nil? invalid_properties.push('invalid value for "filters", filters cannot be nil.') end invalid_properties end |