Method: AsposeCellsCloud::PostPivotTableCellStyleRequest.swagger_types
- Defined in:
- lib/aspose_cells_cloud/requests/post_pivot_table_cell_style_request.rb
.swagger_types ⇒ Object
Attribute type mapping.
95 96 97 98 99 100 101 102 103 104 105 106 107 |
# File 'lib/aspose_cells_cloud/requests/post_pivot_table_cell_style_request.rb', line 95 def self.swagger_types { :'name' => :'String', :'sheet_name' => :'String', :'pivot_table_index' => :'Integer', :'column' => :'Integer', :'row' => :'Integer', :'style' => :'Style', :'need_re_calculate' => :'BOOLEAN', :'folder' => :'String', :'storage_name' => :'String' } end |