Method: Hubspot::Crm::Companies::ErrorDetail#valid?
- Defined in:
- lib/hubspot/codegen/crm/companies/models/error_detail.rb
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid
113 114 115 116 |
# File 'lib/hubspot/codegen/crm/companies/models/error_detail.rb', line 113 def valid? return false if @message.nil? true end |