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

563 B

Kombo::GetAtsJobsPositiveResponseDataResultsInnerScreeningQuestionsInnerFormatAnyOf2

Properties

Name Type Description Notes
accepted_mime_types Array<String> [optional]
max_file_size_bytes Integer [optional]
type String

Example

require 'kombo_client'

instance = Kombo::GetAtsJobsPositiveResponseDataResultsInnerScreeningQuestionsInnerFormatAnyOf2.new(
  accepted_mime_types: null,
  max_file_size_bytes: null,
  type: null
)