Method: PureCloud::UserConversationSummaryNotification.attribute_map
- Defined in:
- lib/purecloud/models/user_conversation_summary_notification.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 |
# File 'lib/purecloud/models/user_conversation_summary_notification.rb', line 36 def self.attribute_map { :'user_id' => :'userId', :'call' => :'call', :'callback' => :'callback', :'email' => :'email', :'chat' => :'chat', :'social_expression' => :'socialExpression', :'video' => :'video' } end |