Method: AsposeCellsCloud::CombinationSourceData.attribute_map
- Defined in:
- lib/aspose_cells_cloud/models/combination_source_data.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/combination_source_data.rb', line 50 def self.attribute_map { :'tag' => :'Tag', :'data_source' => :'DataSource', :'file_info' => :'FileInfo', :'worksheet' => :'Worksheet', :'table_name' => :'TableName', :'cell_area' => :'CellArea', :'has_header' => :'HasHeader' } end |