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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**browser_download_url** | **String** |  | 
**content_type** | **String** |  | 
**created_at** | **String** |  | 
**download_count** | **i32** |  | 
**id** | **i32** |  | 
**label** | Option<**String**> |  | 
**name** | **String** | The file name of the asset. | 
**node_id** | **String** |  | 
**size** | **i32** |  | 
**state** | **String** | State of the release asset. | 
**updated_at** | **String** |  | 
**uploader** | Option<[**models::User**]User.md> |  | [optional]
**url** | **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)