Method: AsposeCellsCloud::ConvertWorkbookOptions.attribute_map
- Defined in:
- lib/aspose_cells_cloud/models/convert_workbook_options.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
50 51 52 53 54 55 56 57 58 59 60 |
# File 'lib/aspose_cells_cloud/models/convert_workbook_options.rb', line 50 def self.attribute_map { :'name' => :'Name', :'data_source' => :'DataSource', :'file_info' => :'FileInfo', :'page_setup' => :'PageSetup', :'save_options' => :'SaveOptions', :'convert_format' => :'ConvertFormat', :'check_excel_restriction' => :'CheckExcelRestriction' } end |