Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 853 Bytes

File metadata and controls

21 lines (16 loc) · 853 Bytes

openapi.model.Commit

Load the model package

import 'package:gitea_openapi/api.dart';

Properties

Name Type Description Notes
author User [optional] [default to null]
commit RepoCommit [optional] [default to null]
committer User [optional] [default to null]
htmlUrl String [optional] [default to null]
parents List<CommitMeta> [optional] [default to []]
sha String [optional] [default to null]
url String [optional] [default to null]

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