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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**path** | **String** |  | 
**start_line** | **i32** |  | 
**end_line** | **i32** |  | 
**start_column** | Option<**i32**> |  | 
**end_column** | Option<**i32**> |  | 
**annotation_level** | Option<**String**> |  | 
**title** | Option<**String**> |  | 
**message** | Option<**String**> |  | 
**raw_details** | Option<**String**> |  | 
**blob_href** | **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)