Method: AsposeCellsCloud::ListObjectsResponse#valid?

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

#valid?Boolean

Check to see if the all the properties in the model are valid

Returns:

  • (Boolean)

    true if the model is valid



98
99
100
101
102
103
# File 'lib/aspose_cells_cloud/models/list_objects_response.rb', line 98

def valid?
  return false if @list_objects.nil?
  return false if @code.nil?
  return false if @status.nil?
  return true
end