Method: PureCloud::FacetResultItem.attribute_map

Defined in:
lib/purecloud/models/facet_result_item.rb

.attribute_mapObject

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



22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# File 'lib/purecloud/models/facet_result_item.rb', line 22

def self.attribute_map
  {
    
    :'name' => :'name',
    
    :'count' => :'count',
    
    :'document' => :'document',
    
    :'user' => :'user',
    
    :'queue' => :'queue',
    
    :'flow_config_id' => :'flowConfigId',
    
    :'workspace' => :'workspace'
    
  }
end