# openapi.model.SystemConfigTemplateStorageOptionDto ## Load the model package ```dart 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 []] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)