Method: AsposePdfCloud::ChoiceField#list_invalid_properties

Defined in:
lib/aspose_pdf_cloud/models/choice_field.rb

#list_invalid_propertiesObject

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

Returns:

  • Array for valid properies with the reasons



255
256
257
258
259
260
261
262
# File 'lib/aspose_pdf_cloud/models/choice_field.rb', line 255

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

  return invalid_properties
end