Method: PureCloud::ConversationNotificationAddress.swagger_types

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

.swagger_typesObject

Attribute type mapping.



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

def self.swagger_types
  {
    :'name' => :'String',
    :'name_raw' => :'String',
    :'address_normalized' => :'String',
    :'address_raw' => :'String',
    :'address_displayable' => :'String',
    :'additional_properties' => :'Object'
    
  }
end