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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **i32** | Unique identifier of the package. | 
**name** | **String** | The name of the package. | 
**package_type** | **String** |  | 
**url** | **String** |  | 
**html_url** | **String** |  | 
**version_count** | **i32** | The number of versions of the package. | 
**visibility** | **String** |  | 
**owner** | Option<[**models::NullableSimpleUser**]nullable-simple-user.md> |  | [optional]
**repository** | Option<[**models::NullableMinimalRepository**]nullable-minimal-repository.md> |  | [optional]
**created_at** | **String** |  | 
**updated_at** | **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)