# CreateStatusOption ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **context** | **String** | Context is the unique context identifier for the status | [optional] **description** | **String** | Description provides a brief description of the status | [optional] **state** | [**StateEnum**](#StateEnum) | State represents the status state to set (pending, success, error, failure) pending CommitStatusPending is for when the CommitStatus is Pending success CommitStatusSuccess is for when the CommitStatus is Success error CommitStatusError is for when the CommitStatus is Error failure CommitStatusFailure is for when the CommitStatus is Failure warning CommitStatusWarning is for when the CommitStatus is Warning skipped CommitStatusSkipped is for when CommitStatus is Skipped | [optional] **targetUrl** | **String** | TargetURL is the URL to link to for more details | [optional] ## Enum: StateEnum Name | Value ---- | ----- PENDING | "pending" SUCCESS | "success" ERROR | "error" FAILURE | "failure" WARNING | "warning" SKIPPED | "skipped"