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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **String** |  | 
**display_name** | Option<**String**> |  | 
**short_description** | Option<**String**> |  | 
**description** | Option<**String**> |  | 
**created_by** | Option<**String**> |  | 
**released** | Option<**String**> |  | 
**created_at** | **String** |  | 
**updated_at** | **String** |  | 
**featured** | **bool** |  | 
**curated** | **bool** |  | 
**score** | **f64** |  | 
**repository_count** | Option<**i32**> |  | [optional]
**logo_url** | Option<**String**> |  | [optional]
**text_matches** | Option<[**Vec<models::SearchResultTextMatchesInner>**]search_result_text_matches_inner.md> |  | [optional]
**related** | Option<[**Vec<models::TopicSearchResultItemRelatedInner>**]topic_search_result_item_related_inner.md> |  | [optional]
**aliases** | Option<[**Vec<models::TopicSearchResultItemRelatedInner>**]topic_search_result_item_related_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)