Rust API for Gitea, automatically generated https://git.exmods.org/swagger.v1.json
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

преди 4 години
12345678910111213141516171819
  1. # PayloadCommit
  2. ## Properties
  3. Name | Type | Description | Notes
  4. ------------ | ------------- | ------------- | -------------
  5. **added** | **Vec<String>** | | [optional] [default to null]
  6. **author** | [***::models::PayloadUser**](PayloadUser.md) | | [optional] [default to null]
  7. **committer** | [***::models::PayloadUser**](PayloadUser.md) | | [optional] [default to null]
  8. **id** | **String** | sha1 hash of the commit | [optional] [default to null]
  9. **message** | **String** | | [optional] [default to null]
  10. **modified** | **Vec<String>** | | [optional] [default to null]
  11. **removed** | **Vec<String>** | | [optional] [default to null]
  12. **timestamp** | **String** | | [optional] [default to null]
  13. **url** | **String** | | [optional] [default to null]
  14. **verification** | [***::models::PayloadCommitVerification**](PayloadCommitVerification.md) | | [optional] [default to null]
  15. [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)