Method: PureCloud::QuestionGroup.swagger_types
- Defined in:
- lib/purecloud/models/question_group.rb
.swagger_types ⇒ Object
Attribute type mapping.
69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 |
# File 'lib/purecloud/models/question_group.rb', line 69 def self.swagger_types { :'id' => :'String', :'name' => :'String', :'type' => :'String', :'default_answers_to_highest' => :'BOOLEAN', :'default_answers_to_na' => :'BOOLEAN', :'na_enabled' => :'BOOLEAN', :'weight' => :'Float', :'manual_weight' => :'BOOLEAN', :'questions' => :'Array<Hash<String, Object>>', :'visibility_condition' => :'VisibilityCondition' } end |