mirror of
https://github.com/immich-app/immich
synced 2026-08-22 13:13:05 +00:00
1.3 KiB
1.3 KiB
openapi.model.SystemConfigTemplateStorageOptionDto
Load the model package
import 'package:openapi/api.dart';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| dayOptions | List | Available day format options for storage template | [default to const []] |
| hourOptions | List | Available hour format options for storage template | [default to const []] |
| minuteOptions | List | Available minute format options for storage template | [default to const []] |
| monthOptions | List | Available month format options for storage template | [default to const []] |
| presetOptions | List | Available preset template options | [default to const []] |
| secondOptions | List | Available second format options for storage template | [default to const []] |
| weekOptions | List | Available week format options for storage template | [default to const []] |
| yearOptions | List | Available year format options for storage template | [default to const []] |