openapi-github 0.1.0

OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs
Documentation
# WebhookDeploymentStatusCreatedCheckRun

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**completed_at** | Option<**String**> |  | 
**conclusion** | Option<**String**> | The result of the completed check run. This value will be `null` until the check run has completed. | 
**details_url** | **String** |  | 
**external_id** | **String** |  | 
**head_sha** | **String** | The SHA of the commit that is being checked. | 
**html_url** | **String** |  | 
**id** | **i32** | The id of the check. | 
**name** | **String** | The name of the check run. | 
**node_id** | **String** |  | 
**started_at** | **String** |  | 
**status** | **String** | The current status of the check run. Can be `queued`, `in_progress`, or `completed`. | 
**url** | **String** |  | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)