Commit.md 1.0 KB
Newer Older
E
edisonxiang 已提交
1 2 3 4 5
# Commit

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
存储OpenStack开源团队's avatar
存储OpenStack开源团队 已提交
6 7 8
**Id** | **string** |  | [optional] [default to null]
**TreeId** | **string** |  | [optional] [default to null]
**ParentIds** | **[]string** |  | [optional] [default to null]
E
edisonxiang 已提交
9
**Message** | **string** |  | [optional] [default to null]
存储OpenStack开源团队's avatar
存储OpenStack开源团队 已提交
10 11 12 13 14 15 16 17
**Timestamp** | [**time.Time**](time.Time.md) |  | [optional] [default to null]
**Url** | **string** |  | [optional] [default to null]
**Author** | [***UserBasic**](UserBasic.md) |  | [optional] [default to null]
**Committer** | [***UserBasic**](UserBasic.md) |  | [optional] [default to null]
**Distinct** | **bool** |  | [optional] [default to null]
**Added** | **[]string** |  | [optional] [default to null]
**Removed** | **[]string** |  | [optional] [default to null]
**Modified** | **[]string** |  | [optional] [default to null]
E
edisonxiang 已提交
18 19 20 21

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)