lib/purecloud/models/queue_utilization_diagnostic.rb in purecloud-0.38.1 vs lib/purecloud/models/queue_utilization_diagnostic.rb in purecloud-0.39.1

- old
+ new

@@ -16,23 +16,31 @@ require 'date' module PureCloud class QueueUtilizationDiagnostic + # Identifier of the queue attr_accessor :queue + # The number of users joined to the queue attr_accessor :users_in_queue + # The number of users active on the queue attr_accessor :active_users_in_queue + # The number of users with a status of on-queue attr_accessor :users_on_queue + # The number of users in the queue currently not engaged attr_accessor :users_not_utilized + # The number of users in the queue with a station attr_accessor :users_on_queue_with_station + # The number of users currently engaged in a campaign call attr_accessor :users_on_a_campaign_call + # The number of users currently engaged in a communication that is not part of the campaign attr_accessor :users_on_a_non_campaign_call # Attribute mapping from ruby-style variable name to JSON key. def self.attribute_map {