Method: FuseClient::CreateEntityResponse#valid?
- Defined in:
- lib/fuse_client/models/create_entity_response.rb
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid
118 119 120 121 |
# File 'lib/fuse_client/models/create_entity_response.rb', line 118 def valid? return false if !@aggregators.nil? && @aggregators.length < 1 true end |