Method: FuseClient::UpdateEntityRequest#list_invalid_properties
- Defined in:
- lib/fuse_client/models/update_entity_request.rb
#list_invalid_properties ⇒ Object
Show invalid properties with the reasons. Usually used together with valid?
89 90 91 92 93 94 95 96 |
# File 'lib/fuse_client/models/update_entity_request.rb', line 89 def list_invalid_properties invalid_properties = Array.new if !@aggregators.nil? && @aggregators.length < 1 invalid_properties.push('invalid value for "aggregators", number of items must be greater than or equal to 1.') end invalid_properties end |