Method: PureCloud::ConversationNotificationAddress.attribute_map
- Defined in:
- lib/purecloud/models/conversation_notification_address.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 |
# File 'lib/purecloud/models/conversation_notification_address.rb', line 34 def self.attribute_map { :'name' => :'name', :'name_raw' => :'nameRaw', :'address_normalized' => :'addressNormalized', :'address_raw' => :'addressRaw', :'address_displayable' => :'addressDisplayable', :'additional_properties' => :'additionalProperties' } end |