Method: AsposeCellsCloud::StorageExist#list_invalid_properties

Defined in:
lib/aspose_cells_cloud/models/storage_exist.rb

#list_invalid_propertiesObject

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

Returns:

  • Array for valid properies with the reasons



67
68
69
70
71
72
73
74
# File 'lib/aspose_cells_cloud/models/storage_exist.rb', line 67

def list_invalid_properties
  invalid_properties = Array.new
  if @exists.nil?
      invalid_properties.push("invalid value for 'exists', exists cannot be nil.")
  end

  return invalid_properties
end