# Package
## Properties
**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)