Method: PureCloud::IntegrationConfiguration.swagger_types

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

.swagger_typesObject

Attribute type mapping.



69
70
71
72
73
74
75
76
77
78
79
80
81
# File 'lib/purecloud/models/integration_configuration.rb', line 69

def self.swagger_types
  {
    :'id' => :'String',
    :'name' => :'String',
    :'version' => :'Integer',
    :'properties_schema_uri' => :'String',
    :'advanced_schema_uri' => :'String',
    :'properties' => :'Object',
    :'advanced' => :'Object',
    :'self_uri' => :'String'
    
  }
end