Method: FuseClient::UpdateEntityRequest#list_invalid_properties

Defined in:
lib/fuse_client/models/update_entity_request.rb

#list_invalid_propertiesObject

Show invalid properties with the reasons. Usually used together with valid?

Returns:

  • Array for valid properties with the reasons



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