Method: PureCloud::EvaluationForm.swagger_types
- Defined in:
- lib/purecloud/models/evaluation_form.rb
.swagger_types ⇒ Object
Attribute type mapping.
71 72 73 74 75 76 77 78 79 80 81 82 83 84 |
# File 'lib/purecloud/models/evaluation_form.rb', line 71 def self.swagger_types { :'id' => :'String', :'name' => :'String', :'type' => :'String', :'modified_date' => :'DateTime', :'published' => :'BOOLEAN', :'context_id' => :'String', :'question_groups' => :'Array<QuestionGroup>', :'published_versions' => :'DomainEntityListingEvaluationForm', :'self_uri' => :'String' } end |