Method: AsposeCellsCloud::PostPivotTableCellStyleRequest.attribute_map

Defined in:
lib/aspose_cells_cloud/requests/post_pivot_table_cell_style_request.rb

.attribute_mapObject

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



80
81
82
83
84
85
86
87
88
89
90
91
92
# File 'lib/aspose_cells_cloud/requests/post_pivot_table_cell_style_request.rb', line 80

def self.attribute_map
  {
    :'name' => :'name',
    :'sheet_name' => :'sheetName',
    :'pivot_table_index' => :'pivotTableIndex',
    :'column' => :'column',
    :'row' => :'row',
    :'style' => :'style',
    :'need_re_calculate' => :'needReCalculate',
    :'folder' => :'folder',
    :'storage_name' => :'storageName'
  }
end