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
# WebhookWorkflowJobCompletedWorkflowJob

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**check_run_url** | **String** |  | 
**completed_at** | **String** |  | 
**conclusion** | **String** |  | 
**created_at** | **String** | The time that the job created. | 
**head_sha** | **String** |  | 
**html_url** | **String** |  | 
**id** | **i32** |  | 
**labels** | **Vec<String>** |  | 
**name** | **String** |  | 
**node_id** | **String** |  | 
**run_attempt** | **i32** |  | 
**run_id** | **i32** |  | 
**run_url** | **String** |  | 
**runner_group_id** | Option<**f64**> |  | 
**runner_group_name** | Option<**String**> |  | 
**runner_id** | Option<**f64**> |  | 
**runner_name** | Option<**String**> |  | 
**started_at** | **String** |  | 
**status** | **String** |  | 
**head_branch** | Option<**String**> | The name of the current branch. | 
**workflow_name** | Option<**String**> | The name of the workflow. | 
**steps** | [**Vec<serde_json::Value>**]serde_json::Value.md |  | 
**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)