Method: PureCloud::Conversation.attribute_map

Defined in:
lib/purecloudplatformclientv2/models/conversation.rb

.attribute_mapObject

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



54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
# File 'lib/purecloudplatformclientv2/models/conversation.rb', line 54

def self.attribute_map
  {
    :'id' => :'id',
    :'name' => :'name',
    :'start_time' => :'startTime',
    :'end_time' => :'endTime',
    :'address' => :'address',
    :'participants' => :'participants',
    :'conversation_ids' => :'conversationIds',
    :'max_participants' => :'maxParticipants',
    :'recording_state' => :'recordingState',
    :'state' => :'state',
    :'self_uri' => :'selfUri'
  }
end