2022-12-16 22:26:12 +02:00
# openapi.model.SystemConfigTemplateStorageOptionDto
## Load the model package
```dart
import 'package:openapi/api.dart';
```
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**dayOptions** | **List<String>** | | [default to const []]
**hourOptions** | **List<String>** | | [default to const []]
**minuteOptions** | **List<String>** | | [default to const []]
2023-08-01 18:49:18 +02:00
**monthOptions** | **List<String>** | | [default to const []]
2022-12-16 22:26:12 +02:00
**presetOptions** | **List<String>** | | [default to const []]
2023-08-01 18:49:18 +02:00
**secondOptions** | **List<String>** | | [default to const []]
**yearOptions** | **List<String>** | | [default to const []]
2022-12-16 22:26:12 +02:00
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)