Method: AsposeCellsCloud::ConvertWorkbookOptions.swagger_types
- Defined in:
- lib/aspose_cells_cloud/models/convert_workbook_options.rb
.swagger_types ⇒ Object
Attribute type mapping.
63 64 65 66 67 68 69 70 71 72 73 |
# File 'lib/aspose_cells_cloud/models/convert_workbook_options.rb', line 63 def self.swagger_types { :'name' => :'String', :'data_source' => :'DataSource', :'file_info' => :'FileInfo', :'page_setup' => :'PageSetup', :'save_options' => :'SaveOptions', :'convert_format' => :'String', :'check_excel_restriction' => :'BOOLEAN' } end |