Method: FuseClient::UpdateEntityRequest#valid?
- Defined in:
- lib/fuse_client/models/update_entity_request.rb
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid
100 101 102 103 |
# File 'lib/fuse_client/models/update_entity_request.rb', line 100 def valid? return false if !@aggregators.nil? && @aggregators.length < 1 true end |