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

781 B

Kombo::GetAtsActionsAtsAddApplicationAttachmentPositiveResponseDataAttachmentRestrictionsTypesOTHER

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::GetAtsActionsAtsAddApplicationAttachmentPositiveResponseDataAttachmentRestrictionsTypesOTHER.new(
  is_supported: null,
  max_file_size_bytes: null,
  accepted_mime_types: null
)