Method: PureCloud::Conversation.swagger_types

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

.swagger_typesObject

Attribute type mapping.



83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
# File 'lib/purecloud/models/conversation.rb', line 83

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',
    :'state' => :'String',
    :'self_uri' => :'String'
    
  }
end