Method: PureCloud::ChatMessage.attribute_map

Defined in:
lib/purecloudclient_v2a/models/chat_message.rb

.attribute_mapObject

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



40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# File 'lib/purecloudclient_v2a/models/chat_message.rb', line 40

def self.attribute_map
  {
    
    :'body' => :'body',
    
    :'id' => :'id',
    
    :'to' => :'to',
    
    :'from' => :'from',
    
    :'utc' => :'utc',
    
    :'chat' => :'chat',
    
    :'message' => :'message',
    
    :'type' => :'type',
    
    :'user' => :'user'
    
  }
end