Method: PureCloud::ConversationNotificationWrapup.attribute_map
- Defined in:
- lib/purecloud/models/conversation_notification_wrapup.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_wrapup.rb', line 34 def self.attribute_map { :'tags' => :'tags', :'duration_seconds' => :'durationSeconds', :'additional_properties' => :'additionalProperties', :'code' => :'code', :'end_time' => :'endTime', :'notes' => :'notes' } end |