Method: AsposeCellsCloud::LegendEntries#list_invalid_properties
- Defined in:
- lib/aspose_cells_cloud/models/legend_entries.rb
#list_invalid_properties ⇒ Object
Show invalid properties with the reasons. Usually used together with valid?
74 75 76 77 78 79 80 81 82 83 84 |
# File 'lib/aspose_cells_cloud/models/legend_entries.rb', line 74 def list_invalid_properties invalid_properties = Array.new if @legend_entry_list.nil? invalid_properties.push("invalid value for 'legend_entry_list', legend_entry_list cannot be nil.") end if @link.nil? invalid_properties.push("invalid value for 'link', link cannot be nil.") end return invalid_properties end |