Method: Hubspot::Crm::Products::NextPage#list_invalid_properties
- Defined in:
- lib/hubspot/codegen/crm/products/models/next_page.rb
#list_invalid_properties ⇒ Object
Show invalid properties with the reasons. Usually used together with valid?
71 72 73 74 75 76 77 78 |
# File 'lib/hubspot/codegen/crm/products/models/next_page.rb', line 71 def list_invalid_properties invalid_properties = Array.new if @after.nil? invalid_properties.push('invalid value for "after", after cannot be nil.') end invalid_properties end |