lib/purecloud/models/campaign_progress.rb in purecloud-0.36.1 vs lib/purecloud/models/campaign_progress.rb in purecloud-0.37.1
- old
+ new
@@ -1,32 +1,37 @@
=begin
-PureCloud API
+PureCloud Platform API
-PureCloud API
+With the PureCloud Platform API, you can control all aspects of your PureCloud environment. With the APIs you can access the system configuration, manage conversations and more.
-OpenAPI spec version: v1
-Contact: chuck.pulfer@inin.com
+OpenAPI spec version: v2
+Contact: DeveloperEvangelists@inin.com
Generated by: https://github.com/swagger-api/swagger-codegen.git
License: ININ
http://www.inin.com
-Terms of Service: http://www.inin.com
+Terms of Service: https://developer.mypurecloud.com/tos
=end
require 'date'
module PureCloud
class CampaignProgress
+ # Identifier of the campaign
attr_accessor :campaign
+ # Identifier of the contact list
attr_accessor :contact_list
+ # Number of contacts processed during the campaign
attr_accessor :number_of_contacts_called
+ # Total number of contacts in the campaign
attr_accessor :total_number_of_contacts
+ # Percentage of contacts processed during the campaign
attr_accessor :percentage
# Attribute mapping from ruby-style variable name to JSON key.
def self.attribute_map
{