Method: PureCloud::ConversationNotification.swagger_types
- Defined in:
- lib/purecloud/models/conversation_notification.rb
.swagger_types ⇒ Object
Attribute type mapping.
49 50 51 52 53 54 55 56 57 58 |
# File 'lib/purecloud/models/conversation_notification.rb', line 49 def self.swagger_types { :'id' => :'String', :'max_participants' => :'Integer', :'participants' => :'Array<ConversationNotificationParticipants>', :'recording_state' => :'String', :'address' => :'String' } end |