Method: PureCloud::ConversationNotificationSelf.swagger_types
- Defined in:
- lib/purecloud/models/conversation_notification_self.rb
.swagger_types ⇒ Object
Attribute type mapping.
53 54 55 56 57 58 59 60 61 62 63 |
# File 'lib/purecloud/models/conversation_notification_self.rb', line 53 def self.swagger_types { :'address_displayable' => :'String', :'address_normalized' => :'String', :'name' => :'String', :'address_raw' => :'String', :'additional_properties' => :'Object', :'name_raw' => :'String' } end |