Record
package-op
No description available.
record package-op {
created-at: string,
html-url: string,
id: s32,
name: string,
owner: option<nullable-simple-user>,
package-type: list-packages-for-organization-package-type-enum,
repository: option<nullable-minimal-repository>,
updated-at: string,
url: string,
version-count: s32,
visibility: package-op-visibility-enum,
}Fields
| Name | Type | Description |
|---|---|---|
| created-at | string | |
| html-url | string | |
| id | s32 | |
| name | string | |
| owner | option<nullable-simple-user> | |
| package-type | list-packages-for-organization-package-type-enum | |
| repository | option<nullable-minimal-repository> | |
| updated-at | string | |
| url | string | |
| version-count | s32 | |
| visibility | package-op-visibility-enum |