immich/mobile/openapi/doc/SystemConfigTemplateStorageOptionDto.md

22 lines
1.3 KiB
Markdown

# openapi.model.SystemConfigTemplateStorageOptionDto
## Load the model package
```dart
import 'package:openapi/api.dart';
```
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**dayOptions** | **List<String>** | Available day format options for storage template | [default to const []]
**hourOptions** | **List<String>** | Available hour format options for storage template | [default to const []]
**minuteOptions** | **List<String>** | Available minute format options for storage template | [default to const []]
**monthOptions** | **List<String>** | Available month format options for storage template | [default to const []]
**presetOptions** | **List<String>** | Available preset template options | [default to const []]
**secondOptions** | **List<String>** | Available second format options for storage template | [default to const []]
**weekOptions** | **List<String>** | Available week format options for storage template | [default to const []]
**yearOptions** | **List<String>** | Available year format options for storage template | [default to const []]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)