2022-12-16 20:26:12 +00: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 16:49:18 +00:00
**monthOptions** | **List<String>** | | [default to const []]
2022-12-16 20:26:12 +00:00
**presetOptions** | **List<String>** | | [default to const []]
2023-08-01 16:49:18 +00:00
**secondOptions** | **List<String>** | | [default to const []]
2023-09-28 17:47:31 +00:00
**weekOptions** | **List<String>** | | [default to const []]
2023-08-01 16:49:18 +00:00
**yearOptions** | **List<String>** | | [default to const []]
2022-12-16 20:26:12 +00: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)