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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**actor** | Option<[**models::User**]User.md> |  | 
**artifacts_url** | Option<**String**> |  | [optional]
**cancel_url** | Option<**String**> |  | [optional]
**check_suite_id** | **i32** |  | 
**check_suite_node_id** | **String** |  | 
**check_suite_url** | Option<**String**> |  | [optional]
**conclusion** | Option<**String**> |  | 
**created_at** | **String** |  | 
**display_title** | **String** |  | 
**event** | **String** |  | 
**head_branch** | **String** |  | 
**head_commit** | Option<[**serde_json::Value**].md> |  | [optional]
**head_repository** | Option<[**models::DeploymentWorkflowRunHeadRepository**]Deployment_Workflow_Run_head_repository.md> |  | [optional]
**head_sha** | **String** |  | 
**html_url** | **String** |  | 
**id** | **i32** |  | 
**jobs_url** | Option<**String**> |  | [optional]
**logs_url** | Option<**String**> |  | [optional]
**name** | **String** |  | 
**node_id** | **String** |  | 
**path** | **String** |  | 
**previous_attempt_url** | Option<[**serde_json::Value**].md> |  | [optional]
**pull_requests** | [**Vec<models::CheckRunPullRequest>**]Check_Run_Pull_Request.md |  | 
**referenced_workflows** | Option<[**Vec<models::DeploymentWorkflowRunReferencedWorkflowsInner>**]Deployment_Workflow_Run_referenced_workflows_inner.md> |  | [optional]
**repository** | Option<[**models::DeploymentWorkflowRunHeadRepository**]Deployment_Workflow_Run_head_repository.md> |  | [optional]
**rerun_url** | Option<**String**> |  | [optional]
**run_attempt** | **i32** |  | 
**run_number** | **i32** |  | 
**run_started_at** | **String** |  | 
**status** | **String** |  | 
**triggering_actor** | Option<[**models::User**]User.md> |  | [optional]
**updated_at** | **String** |  | 
**url** | **String** |  | 
**workflow_id** | **i32** |  | 
**workflow_url** | Option<**String**> |  | [optional]

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