immich/mobile/openapi/doc/SystemConfigTemplateStorageOptionDto.md
Alex c754c860fd
feat(server) user-defined storage structure (#1098)
[Breaking] newly uploaded file will conform to the default structure of `{uploadLocation}/{userId}/year/year-month-day/filename.ext`
2022-12-16 14:26:12 -06:00

842 B
Generated

openapi.model.SystemConfigTemplateStorageOptionDto

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
yearOptions List [default to const []]
monthOptions List [default to const []]
dayOptions List [default to const []]
hourOptions List [default to const []]
minuteOptions List [default to const []]
secondOptions List [default to const []]
presetOptions List [default to const []]

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