Method: PureCloud::QueueMemberNotification.swagger_types
- Defined in:
- lib/purecloud/models/queue_member_notification.rb
.swagger_types ⇒ Object
Attribute type mapping.
45 46 47 48 49 50 51 52 53 |
# File 'lib/purecloud/models/queue_member_notification.rb', line 45 def self.swagger_types { :'id' => :'String', :'queue_id' => :'String', :'joined' => :'BOOLEAN', :'additional_properties' => :'Object' } end |