Method: AsposePdfCloud::DocumentPagesResponse#valid?

Defined in:
lib/aspose_pdf_cloud/models/document_pages_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



91
92
93
94
# File 'lib/aspose_pdf_cloud/models/document_pages_response.rb', line 91

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