Method: AsposeCellsCloud::DataFillRequest.attribute_map

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

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



46
47
48
49
50
51
52
53
54
# File 'lib/aspose_cells_cloud/models/data_fill_request.rb', line 46

def self.attribute_map
  {
    :'file' => :'File',
    :'out_file_format' => :'OutFileFormat',
    :'check_excel_restriction' => :'CheckExcelRestriction',
    :'region' => :'Region',
    :'data_fill' => :'DataFill'
  }
end