950 B
950 B
Package
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| created_at | Option<String> | [optional] | |
| creator | Option<models::User> | [optional] | |
| html_url | Option<String> | The HTML URL to view the package | [optional] |
| id | Option<i64> | The unique identifier of the package | [optional] |
| name | Option<String> | The name of the package | [optional] |
| owner | Option<models::User> | [optional] | |
| repository | Option<models::Repository> | [optional] | |
| r#type | Option<String> | The type of the package (e.g., npm, maven, docker) | [optional] |
| version | Option<String> | The version of the package | [optional] |