mirror of
https://codeberg.org/gitnex/tea4j-autodeploy
synced 2026-05-31 07:01:55 +00:00
15 lines
708 B
Markdown
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]
|