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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **i32** |  | 
**node_id** | **String** |  | 
**url** | **String** |  | 
**name** | **String** |  | 
**color** | **String** |  | 
**default** | **bool** |  | 
**description** | Option<**String**> |  | 
**score** | **f64** |  | 
**text_matches** | Option<[**Vec<models::SearchResultTextMatchesInner>**]search_result_text_matches_inner.md> |  | [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)