kombo-ruby-sdk/docs/GetAtsJobsPositiveResponseDataResultsInnerScreeningQuestionsInnerFormatAnyOf8.md
Adriano Caloiaroooo 000eb69c9e
initial commit
2025-11-19 13:39:55 -08:00

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
)