Files
gitea-rs/crates/gitea-client/docs/CommitMeta.md
2026-03-20 16:24:40 +01:00

14 lines
487 B
Markdown

# CommitMeta
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**created** | Option<**String**> | | [optional]
**sha** | Option<**String**> | SHA is the commit SHA hash | [optional]
**url** | Option<**String**> | URL is the API URL for the commit | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)