814 B
814 B
CombinedStatus
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| commit_url | Option<String> | [optional] | |
| repository | Option<models::Repository> | [optional] | |
| sha | Option<String> | [optional] | |
| state | Option<String> | CommitStatusState holds the state of a CommitStatus It can be "pending", "success", "error" and "failure" | [optional] |
| statuses | Option<Vecmodels::CommitStatus> | [optional] | |
| total_count | Option<i64> | [optional] | |
| url | Option<String> | [optional] |