Rust API for Gitea, automatically generated https://git.exmods.org/swagger.v1.json
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Dieses Repo ist archiviert. Du kannst Dateien sehen und es klonen, kannst aber nicht pushen oder Issues/Pull-Requests öffnen.

FileCommitResponse.md 891B

vor 4 Jahren
1234567891011121314151617
  1. # FileCommitResponse
  2. ## Properties
  3. Name | Type | Description | Notes
  4. ------------ | ------------- | ------------- | -------------
  5. **author** | [***::models::CommitUser**](CommitUser.md) | | [optional] [default to null]
  6. **committer** | [***::models::CommitUser**](CommitUser.md) | | [optional] [default to null]
  7. **html_url** | **String** | | [optional] [default to null]
  8. **message** | **String** | | [optional] [default to null]
  9. **parents** | [**Vec<::models::CommitMeta>**](CommitMeta.md) | | [optional] [default to null]
  10. **sha** | **String** | | [optional] [default to null]
  11. **tree** | [***::models::CommitMeta**](CommitMeta.md) | | [optional] [default to null]
  12. **url** | **String** | | [optional] [default to null]
  13. [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)