Method: PureCloud::EvaluationScoringSet.attribute_map
- Defined in:
- lib/purecloud/models/evaluation_scoring_set.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 |
# File 'lib/purecloud/models/evaluation_scoring_set.rb', line 18 def self.attribute_map { :'total_score' => :'totalScore', :'total_critical_score' => :'totalCriticalScore', :'question_group_scores' => :'questionGroupScores', :'any_failed_kill_questions' => :'anyFailedKillQuestions', :'comments' => :'comments', :'agent_comments' => :'agentComments' } end |