This website requires JavaScript.
Explore
Help
Sign In
UNOV
/
tablet-app
Watch
1
Star
0
Fork
0
You've already forked tablet-app
mirror of
https://bitbucket.org/FransoletThomas/tablet-app.git
synced
2025-12-06 16:41:19 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
tablet-app
/
manager_api
/
doc
/
ImageDTO.md
Thomas Fransolet
2f67bbe7ac
Update dart version + add null safety + add openapi generation with null safety
2023-01-25 15:40:28 +01:00
704 B
Raw
Blame
History
manager_api.model.ImageDTO
Load the model package
import
'package:manager_api/api.dart'
;
Properties
Name
Type
Description
Notes
title
List
[optional] [default to const []]
description
List
[optional] [default to const []]
resourceId
String
[optional]
source_
String
[optional]
order
int
[optional]
[Back to Model list]
[Back to API list]
[Back to README]