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

780 B

Kombo::GetAtsActionsAtsCreateCandidatePositiveResponseDataAttachmentRestrictions

Properties

Name Type Description Notes
total_size_bytes Float The maximum total size of all attachments. If null, we don' have information about the total size of all attachments. Make sure to consider the total request size limits of Kombo.
types GetAtsActionsAtsCreateCandidatePositiveResponseDataAttachmentRestrictionsTypes

Example

require 'kombo_client'

instance = Kombo::GetAtsActionsAtsCreateCandidatePositiveResponseDataAttachmentRestrictions.new(
  total_size_bytes: null,
  types: null
)