1.1 KiB
1.1 KiB
Commit
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| author | Option<models::User> | [optional] | |
| commit | Option<models::RepoCommit> | [optional] | |
| committer | Option<models::User> | [optional] | |
| created | Option<String> | [optional] | |
| files | Option<Vecmodels::CommitAffectedFiles> | Files contains information about files affected by the commit | [optional] |
| html_url | Option<String> | HTMLURL is the web URL for viewing the commit | [optional] |
| parents | Option<Vecmodels::CommitMeta> | Parents contains the parent commit information | [optional] |
| sha | Option<String> | SHA is the commit SHA hash | [optional] |
| stats | Option<models::CommitStats> | [optional] | |
| url | Option<String> | URL is the API URL for the commit | [optional] |