CreateStatusOption holds the information needed to create a new CommitStatus for a Commit
| Name | Type | Description | Notes |
|---|---|---|---|
| context | String | [optional] | |
| description | String | [optional] | |
| state | String | CommitStatusState holds the state of a CommitStatus It can be "pending", "success", "error", "failure", and "warning" | [optional] |
| targetUrl | String | [optional] |