1023 B
1023 B
FileCommitResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| author | Option<models::CommitUser> | [optional] | |
| committer | Option<models::CommitUser> | [optional] | |
| created | Option<String> | [optional] | |
| html_url | Option<String> | HTMLURL is the web URL for viewing this commit | [optional] |
| message | Option<String> | Message is the commit message | [optional] |
| parents | Option<Vecmodels::CommitMeta> | Parents contains parent commit metadata | [optional] |
| sha | Option<String> | SHA is the commit SHA hash | [optional] |
| tree | Option<models::CommitMeta> | [optional] | |
| url | Option<String> | URL is the API URL for the commit | [optional] |