20 lines
1.6 KiB
Markdown
20 lines
1.6 KiB
Markdown
# CommitStatus
|
|
|
|
## Properties
|
|
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**context** | Option<**String**> | Context is the unique context identifier for the status | [optional]
|
|
**created_at** | Option<**String**> | | [optional]
|
|
**creator** | Option<[**models::User**](User.md)> | | [optional]
|
|
**description** | Option<**String**> | Description provides a brief description of the status | [optional]
|
|
**id** | Option<**i64**> | ID is the unique identifier for the commit status | [optional]
|
|
**status** | Option<**Status**> | State represents the status state (pending, success, error, failure) pending CommitStatusPending CommitStatusPending is for when the CommitStatus is Pending success CommitStatusSuccess CommitStatusSuccess is for when the CommitStatus is Success error CommitStatusError CommitStatusError is for when the CommitStatus is Error failure CommitStatusFailure CommitStatusFailure is for when the CommitStatus is Failure warning CommitStatusWarning CommitStatusWarning is for when the CommitStatus is Warning skipped CommitStatusSkipped CommitStatusSkipped is for when CommitStatus is Skipped (enum: pending, success, error, failure, warning, skipped) | [optional]
|
|
**target_url** | Option<**String**> | TargetURL is the URL to link to for more details | [optional]
|
|
**updated_at** | Option<**String**> | | [optional]
|
|
**url** | Option<**String**> | URL is the API URL for this status | [optional]
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|