Method: AsposeCellsCloud::PivotTableResponse#valid?

Defined in:
lib/aspose_cells_cloud/models/pivot_table_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/pivot_table_response.rb', line 98

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