Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.03 KB

Commit.md

File metadata and controls

21 lines (17 loc) · 1.03 KB

Commit

Properties

Name Type Description Notes
Id string [optional] [default to null]
TreeId string [optional] [default to null]
ParentIds []string [optional] [default to null]
Message string [optional] [default to null]
Timestamp time.Time [optional] [default to null]
Url string [optional] [default to null]
Author *UserBasic [optional] [default to null]
Committer *UserBasic [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]

[Back to Model list] [Back to API list] [Back to README]