Files
tea4j-autodeploy/docs/ModelPackage.md
T
2025-09-07 00:21:05 +00:00

15 lines
708 B
Markdown

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