mirror of
https://github.com/gosticks/open-project-flutter-api.git
synced 2025-10-16 11:55:34 +00:00
1.2 KiB
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] |