Method: AsposeCellsCloud::FilterColumn.attribute_map

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

.attribute_mapObject

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



48
49
50
51
52
53
54
55
56
57
58
59
60
# File 'lib/aspose_cells_cloud/models/filter_column.rb', line 48

def self.attribute_map
  {
    :'filter_type' => :'FilterType',
    :'multiple_filters' => :'MultipleFilters',
    :'custom_filters' => :'CustomFilters',
    :'dynamic_filter' => :'DynamicFilter',
    :'color_filter' => :'ColorFilter',
    :'field_index' => :'FieldIndex',
    :'top10_filter' => :'Top10Filter',
    :'icon_filter' => :'IconFilter',
    :'visibledropdown' => :'Visibledropdown'
  }
end