Method: Hubspot::Crm::Products::NextPage#valid?
- Defined in:
- lib/hubspot/codegen/crm/products/models/next_page.rb
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid
82 83 84 85 |
# File 'lib/hubspot/codegen/crm/products/models/next_page.rb', line 82 def valid? return false if @after.nil? true end |