Method: PureCloud::ConversationNotificationWrapup.swagger_types
- Defined in:
- lib/purecloud/models/conversation_notification_wrapup.rb
.swagger_types ⇒ Object
Attribute type mapping.
53 54 55 56 57 58 59 60 61 62 63 |
# File 'lib/purecloud/models/conversation_notification_wrapup.rb', line 53 def self.swagger_types { :'tags' => :'Array<String>', :'duration_seconds' => :'Integer', :'additional_properties' => :'Object', :'code' => :'String', :'end_time' => :'DateTime', :'notes' => :'String' } end |