# ModelPackage ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **createdAt** | [**Date**](Date.md) | | [optional] **creator** | [**User**](User.md) | | [optional] **htmlUrl** | **String** | The HTML URL to view the package | [optional] **id** | **Long** | The unique identifier of the package | [optional] **name** | **String** | The name of the package | [optional] **owner** | [**User**](User.md) | | [optional] **repository** | [**Repository**](Repository.md) | | [optional] **type** | **String** | The type of the package (e.g., npm, maven, docker) | [optional] **version** | **String** | The version of the package | [optional]