StatusPackageListPackageObject
A dictionary that describes a declarative package.
Declaration
object StatusPackageListPackageObjectProperties
| Name | Type | Description |
|---|---|---|
_removed | boolean | If |
declaration-identifier | string | The identifier of the declaration that controls the package. |
identifier Required | string | The package’s unique identifier. This is the package identifier value of the package file. |
name | string | The name of the package. |
reasons | [StatusPackageListStatusReasonObject] | An array that contains additional details about the package state, including errors. |
state | string | The status of the package, which has the following possible values:
|
version | string | The version of the package. This will be the package version value of the package file. |