Method: PureCloud::DomainCapabilities.swagger_types

Defined in:
lib/purecloudclient_v2a/models/domain_capabilities.rb

.swagger_typesObject

Attribute type mapping.



59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
# File 'lib/purecloudclient_v2a/models/domain_capabilities.rb', line 59

def self.swagger_types
  {
    
    :'enabled' => :'BOOLEAN',
    
    :'dhcp' => :'BOOLEAN',
    
    :'metric' => :'Integer',
    
    :'auto_metric' => :'BOOLEAN',
    
    :'supports_metric' => :'BOOLEAN',
    
    :'ping_enabled' => :'BOOLEAN'
    
  }
end