17 lines
558 B
Markdown
17 lines
558 B
Markdown
|
|
||
|
|
||
|
# CreateStatusOption
|
||
|
|
||
|
CreateStatusOption holds the information needed to create a new Status for a Commit
|
||
|
## Properties
|
||
|
|
||
|
Name | Type | Description | Notes
|
||
|
------------ | ------------- | ------------- | -------------
|
||
|
**context** | **String** | | [optional]
|
||
|
**description** | **String** | | [optional]
|
||
|
**state** | **String** | StatusState holds the state of a Status It can be \"pending\", \"success\", \"error\", \"failure\", and \"warning\" | [optional]
|
||
|
**targetUrl** | **String** | | [optional]
|
||
|
|
||
|
|
||
|
|