mirror of
https://github.com/acaloiaro/kombo-ruby-sdk
synced 2026-07-21 10:12:21 +00:00
775 B
775 B
Kombo::GetAtsActionsAtsAddApplicationAttachmentPositiveResponseDataAttachmentRestrictionsTypesCV
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| is_supported | Boolean | ||
| max_file_size_bytes | Float | The maximum file size in bytes. If null, we don't have information about the maximum file size. | |
| accepted_mime_types | Array<String> | The accepted mime types. If null, we don't have information about the accepted mime types. |
Example
require 'kombo_client'
instance = Kombo::GetAtsActionsAtsAddApplicationAttachmentPositiveResponseDataAttachmentRestrictionsTypesCV.new(
is_supported: null,
max_file_size_bytes: null,
accepted_mime_types: null
)