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

992 B

Kombo::GetAtsActionsAtsCreateCandidatePositiveResponseDataAttachmentRestrictionsTypes

Properties

Name Type Description Notes
cv GetAtsActionsAtsCreateCandidatePositiveResponseDataAttachmentRestrictionsTypesCV
cover_letter GetAtsActionsAtsCreateCandidatePositiveResponseDataAttachmentRestrictionsTypesCOVERLETTER
other GetAtsActionsAtsCreateCandidatePositiveResponseDataAttachmentRestrictionsTypesOTHER

Example

require 'kombo_client'

instance = Kombo::GetAtsActionsAtsCreateCandidatePositiveResponseDataAttachmentRestrictionsTypes.new(
  cv: null,
  cover_letter: null,
  other: null
)