Method: PureCloud::CreateCallRequest.attribute_map

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

.attribute_mapObject

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



49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
# File 'lib/purecloud/models/create_call_request.rb', line 49

def self.attribute_map
  {
    
    :'phone_number' => :'phoneNumber',
    
    :'call_from_queue_id' => :'callFromQueueId',
    
    :'call_queue_id' => :'callQueueId',
    
    :'call_user_id' => :'callUserId',
    
    :'priority' => :'priority',
    
    :'language_id' => :'languageId',
    
    :'routing_skills_ids' => :'routingSkillsIds',
    
    :'conversation_ids' => :'conversationIds',
    
    :'participants' => :'participants'
    
  }
end