Method: PureCloud::PhoneCapabilities.attribute_map

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

.attribute_mapObject

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



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

def self.attribute_map
  {
    
    :'provisions' => :'provisions',
    
    :'registers' => :'registers',
    
    :'dual_registers' => :'dualRegisters',
    
    :'hardware_id_type' => :'hardwareIdType',
    
    :'allow_reboot' => :'allowReboot',
    
    :'no_rebalance' => :'noRebalance'
    
  }
end