17 lines
558 B
Markdown
Executable File
17 lines
558 B
Markdown
Executable File
|
|
|
|
# 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]
|
|
|
|
|
|
|