immich/mobile/openapi/doc/SystemConfigTemplateStorageOptionDto.md

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 []]

[Back to Model list] [Back to API list] [Back to README]