Method: PureCloud::Destination.swagger_types

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

.swagger_typesObject

Attribute type mapping.



46
47
48
49
50
51
52
53
54
# File 'lib/purecloud/models/destination.rb', line 46

def self.swagger_types
  {
    :'address' => :'String',
    :'name' => :'String',
    :'user_id' => :'String',
    :'queue_id' => :'String'
    
  }
end