Method: PureCloud::CampaignStats.attribute_map

Defined in:
lib/purecloudplatformclientv2/models/campaign_stats.rb

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



40
41
42
43
44
45
46
47
48
49
# File 'lib/purecloudplatformclientv2/models/campaign_stats.rb', line 40

def self.attribute_map
  {
    :'contact_rate' => :'contactRate',
    :'idle_agents' => :'idleAgents',
    :'effective_idle_agents' => :'effectiveIdleAgents',
    :'adjusted_calls_per_agent' => :'adjustedCallsPerAgent',
    :'outstanding_calls' => :'outstandingCalls',
    :'scheduled_calls' => :'scheduledCalls'
  }
end