22 lines
739 B
Markdown
Executable File
22 lines
739 B
Markdown
Executable File
|
|
|
|
# Status
|
|
|
|
Status holds a single Status of a single Commit
|
|
## Properties
|
|
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**context** | **String** | | [optional]
|
|
**createdAt** | **OffsetDateTime** | | [optional]
|
|
**creator** | [**User**](User.md) | | [optional]
|
|
**description** | **String** | | [optional]
|
|
**id** | **Long** | | [optional]
|
|
**status** | **String** | StatusState holds the state of a Status It can be \"pending\", \"success\", \"error\", \"failure\", and \"warning\" | [optional]
|
|
**targetUrl** | **String** | | [optional]
|
|
**updatedAt** | **OffsetDateTime** | | [optional]
|
|
**url** | **String** | | [optional]
|
|
|
|
|
|
|