Method: PureCloud::QueueConversationEmailEventTopicEmailConversation.swagger_types
- Defined in:
- lib/purecloudplatformclientv2/models/queue_conversation_email_event_topic_email_conversation.rb
.swagger_types ⇒ Object
Attribute type mapping.
45 46 47 48 49 50 51 52 53 54 55 56 57 |
# File 'lib/purecloudplatformclientv2/models/queue_conversation_email_event_topic_email_conversation.rb', line 45 def self.swagger_types { :'id' => :'String', :'name' => :'String', :'participants' => :'Array<QueueConversationEmailEventTopicEmailMediaParticipant>', :'other_media_uris' => :'Array<String>' } end |