Method: FuseClient::CreateEntityResponse#list_invalid_properties

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

#list_invalid_propertiesObject

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

Returns:

  • Array for valid properties with the reasons



107
108
109
110
111
112
113
114
# File 'lib/fuse_client/models/create_entity_response.rb', line 107

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