Method: PureCloud::PhoneCapabilities.swagger_types

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

.swagger_typesObject

Attribute type mapping.



53
54
55
56
57
58
59
60
61
62
63
# File 'lib/purecloud/models/phone_capabilities.rb', line 53

def self.swagger_types
  {
    :'provisions' => :'BOOLEAN',
    :'registers' => :'BOOLEAN',
    :'dual_registers' => :'BOOLEAN',
    :'hardware_id_type' => :'String',
    :'allow_reboot' => :'BOOLEAN',
    :'no_rebalance' => :'BOOLEAN'
    
  }
end