Files
tea4j-autodeploy/docs/GeneralAttachmentSettings.md
2025-09-07 00:21:05 +00:00

10 lines
526 B
Markdown

# GeneralAttachmentSettings
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**allowedTypes** | **String** | AllowedTypes contains the allowed file types for attachments | [optional]
**enabled** | **Boolean** | Enabled indicates if file attachments are enabled | [optional]
**maxFiles** | **Long** | MaxFiles is the maximum number of files per attachment | [optional]
**maxSize** | **Long** | MaxSize is the maximum size for individual attachments | [optional]