Method: PureCloud::Conversation.swagger_types

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

.swagger_typesObject

Attribute type mapping.



62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
# File 'lib/purecloud/models/conversation.rb', line 62

def self.swagger_types
  {
    :'id' => :'String',
    :'name' => :'String',
    :'start_time' => :'DateTime',
    :'end_time' => :'DateTime',
    :'address' => :'String',
    :'participants' => :'Array<Participant>',
    :'conversation_ids' => :'Array<String>',
    :'max_participants' => :'Integer',
    :'recording_state' => :'String',
    :'self_uri' => :'String'
    
  }
end