gitee.com/openeuler/go-gitee@v0.0.0-20220530104019-3af895bc380c/docs/Commit.md (about) 1 # Commit 2 3 ## Properties 4 Name | Type | Description | Notes 5 ------------ | ------------- | ------------- | ------------- 6 **Id** | **string** | | [optional] [default to null] 7 **TreeId** | **string** | | [optional] [default to null] 8 **ParentIds** | **[]string** | | [optional] [default to null] 9 **Message** | **string** | | [optional] [default to null] 10 **Timestamp** | [**time.Time**](time.Time.md) | | [optional] [default to null] 11 **Url** | **string** | | [optional] [default to null] 12 **Author** | [***UserBasic**](UserBasic.md) | | [optional] [default to null] 13 **Committer** | [***UserBasic**](UserBasic.md) | | [optional] [default to null] 14 **Distinct** | **bool** | | [optional] [default to null] 15 **Added** | **[]string** | | [optional] [default to null] 16 **Removed** | **[]string** | | [optional] [default to null] 17 **Modified** | **[]string** | | [optional] [default to null] 18 19 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 20 21