Method: PureCloud::CallConversation.swagger_types

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

.swagger_typesObject

Attribute type mapping.



57
58
59
60
61
62
63
64
65
66
67
# File 'lib/purecloud/models/call_conversation.rb', line 57

def self.swagger_types
  {
    :'id' => :'String',
    :'name' => :'String',
    :'participants' => :'Array<CallMediaParticipant>',
    :'other_media_uris' => :'Array<String>',
    :'recording_state' => :'String',
    :'self_uri' => :'String'
    
  }
end