mirror of
https://github.com/acaloiaro/kombo-ruby-sdk
synced 2026-07-21 10:12:21 +00:00
563 B
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
)