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