Method: PureCloud::ChatConversationNotification.swagger_types
- Defined in:
- lib/purecloud/models/chat_conversation_notification.rb
.swagger_types ⇒ Object
Attribute type mapping.
45 46 47 48 49 50 51 52 53 |
# File 'lib/purecloud/models/chat_conversation_notification.rb', line 45 def self.swagger_types { :'id' => :'String', :'name' => :'String', :'participants' => :'Array<ChatConversationNotificationParticipants>', :'other_media_uris' => :'Array<String>' } end |