Method: PureCloud::UserPresenceNotification.swagger_types

Defined in:
lib/purecloud/models/user_presence_notification.rb

.swagger_typesObject

Attribute type mapping.



45
46
47
48
49
50
51
52
53
# File 'lib/purecloud/models/user_presence_notification.rb', line 45

def self.swagger_types
  {
    :'source' => :'String',
    :'presence_definition' => :'UserPresenceNotificationPresenceDefinition',
    :'primary' => :'BOOLEAN',
    :'message' => :'String'
    
  }
end