Method: AsposeCellsCloud::PostChartSecondValueAxisRequest.attribute_map

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

.attribute_mapObject

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



73
74
75
76
77
78
79
80
81
82
# File 'lib/aspose_cells_cloud/requests/post_chart_second_value_axis_request.rb', line 73

def self.attribute_map
  {
    :'name' => :'name',
    :'sheet_name' => :'sheetName',
    :'chart_index' => :'chartIndex',
    :'axis' => :'axis',
    :'folder' => :'folder',
    :'storage_name' => :'storageName'
  }
end