Method: PureCloud::SocialConversationNotificationWrapup.swagger_types

Defined in:
lib/purecloudclient_v2a/models/social_conversation_notification_wrapup.rb

.swagger_typesObject

Attribute type mapping.



53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
# File 'lib/purecloudclient_v2a/models/social_conversation_notification_wrapup.rb', line 53

def self.swagger_types
  {
    
    :'code' => :'String',
    
    :'notes' => :'String',
    
    :'tags' => :'Array<String>',
    
    :'duration_seconds' => :'Integer',
    
    :'end_time' => :'DateTime',
    
    :'additional_properties' => :'Object'
    
  }
end