java.gitea.api/docs/Status.md
2021-02-28 22:05:54 +01:00

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]