Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 761 Bytes

WatchInfo.md

File metadata and controls

20 lines (15 loc) · 761 Bytes

openapi.model.WatchInfo

Load the model package

import 'package:gitea_openapi/api.dart';

Properties

Name Type Description Notes
createdAt DateTime [optional] [default to null]
ignored bool [optional] [default to null]
reason Object [optional] [default to null]
repositoryUrl String [optional] [default to null]
subscribed bool [optional] [default to null]
url String [optional] [default to null]

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