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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**after** | Option<**String**> |  | [optional]
**app** | Option<[**models::Integration**]integration.md> |  | [optional]
**before** | Option<**String**> |  | [optional]
**conclusion** | Option<**String**> |  | [optional]
**created_at** | Option<**String**> |  | [optional]
**head_branch** | Option<**String**> |  | [optional]
**head_sha** | Option<**String**> | The SHA of the head commit that is being checked. | [optional]
**id** | Option<**i32**> |  | [optional]
**node_id** | Option<**String**> |  | [optional]
**pull_requests** | Option<[**Vec<models::PullRequestMinimal>**]pull-request-minimal.md> |  | [optional]
**repository** | Option<[**models::MinimalRepository**]minimal-repository.md> |  | [optional]
**status** | Option<**String**> |  | [optional]
**updated_at** | Option<**String**> |  | [optional]
**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)