Method: AsposeCellsCloud::DataFillRequest.swagger_types

Defined in:
lib/aspose_cells_cloud/models/data_fill_request.rb

.swagger_typesObject

Attribute type mapping.



57
58
59
60
61
62
63
64
65
# File 'lib/aspose_cells_cloud/models/data_fill_request.rb', line 57

def self.swagger_types
  {
    :'file' => :'FileInfo',
    :'out_file_format' => :'String',
    :'check_excel_restriction' => :'BOOLEAN',
    :'region' => :'String',
    :'data_fill' => :'DataFill'
  }
end