Method: PureCloud::EvaluationForm.attribute_map

Defined in:
lib/purecloudclient_v2a/models/evaluation_form.rb

.attribute_mapObject

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



46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
# File 'lib/purecloudclient_v2a/models/evaluation_form.rb', line 46

def self.attribute_map
  {
    
    :'id' => :'id',
    
    :'name' => :'name',
    
    :'type' => :'type',
    
    :'modified_date' => :'modifiedDate',
    
    :'published' => :'published',
    
    :'context_id' => :'contextId',
    
    :'question_groups' => :'questionGroups',
    
    :'published_versions' => :'publishedVersions',
    
    :'self_uri' => :'selfUri'
    
  }
end