Method: PureCloud::CallConversationNotificationDetail.attribute_map

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

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



30
31
32
33
34
35
36
37
38
39
40
41
42
# File 'lib/purecloud/models/call_conversation_notification_detail.rb', line 30

def self.attribute_map
  {
    
    :'error_code' => :'errorCode',
    
    :'field_name' => :'fieldName',
    
    :'entity_id' => :'entityId',
    
    :'entity_name' => :'entityName'
    
  }
end