open-project-flutter-api/doc/RevisionModel.md
2023-11-05 19:54:17 +01:00

1.2 KiB

openapi.model.RevisionModel

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
id Object Revision's id, assigned by OpenProject [optional] [readonly]
identifier Object The raw SCM identifier of the revision (e.g. full SHA hash) [readonly]
formattedIdentifier Object The SCM identifier of the revision, formatted (e.g. shortened unambiguous SHA hash). May be identical to identifier in many cases [readonly]
authorName Object The name of the author that committed this revision. Note that this name is retrieved from the repository and does not identify a user in OpenProject. [readonly]
message RevisionModelMessage
createdAt Object The time this revision was committed to the repository
links RevisionModelLinks [optional]

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