immich/mobile/openapi/doc/APIKeyResponseDto.md
Jason Rasmussen 079ee658a5
fix(mobile): omit null values from json requests (#1212)
* chore: initial template

* feat: exlude null values

* chore: regenerate openapi

* chore: merge

* feat: store changes in a patch file

* feat: extract to sh script

* chore: regenerate openapi

* chore: remove duplicate file

* feat: generate mobile by itself

* Fixed number property not decorated correctly

* Revert hotfix, fix test

* Merge main

Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
2023-01-09 22:08:45 -06:00

500 B
Generated

openapi.model.APIKeyResponseDto

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
id int
name String
createdAt String
updatedAt String

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