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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **i32** | Unique identifier of the package version. | 
**name** | **String** | The name of the package version. | 
**url** | **String** |  | 
**package_html_url** | **String** |  | 
**html_url** | Option<**String**> |  | [optional]
**license** | Option<**String**> |  | [optional]
**description** | Option<**String**> |  | [optional]
**created_at** | **String** |  | 
**updated_at** | **String** |  | 
**deleted_at** | Option<**String**> |  | [optional]
**metadata** | Option<[**models::PackageVersionMetadata**]Package_Version_Metadata.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)