mirror of
https://github.com/acaloiaro/kombo-ruby-sdk
synced 2026-07-21 10:12:21 +00:00
623 B
623 B
Kombo::GetAtsJobsPositiveResponseDataResultsInnerScreeningQuestionsInnerFormatAnyOf8
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| raw_question | Object | [optional] | |
| type | String | When we're not able to map a specific question type yet, we will return this type. Every `UNKNOWN` question will also be parsed and unified by us at some point. |
Example
require 'kombo_client'
instance = Kombo::GetAtsJobsPositiveResponseDataResultsInnerScreeningQuestionsInnerFormatAnyOf8.new(
raw_question: null,
type: null
)