Method: PureCloud::TagValue.attribute_map

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

.attribute_mapObject

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



35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# File 'lib/purecloud/models/tag_value.rb', line 35

def self.attribute_map
  {
    
    :'id' => :'id',
    
    :'name' => :'name',
    
    :'in_use' => :'inUse',
    
    :'acl' => :'acl',
    
    :'self_uri' => :'selfUri'
    
  }
end