Package.Attributes
Attributes that describe a package resource.
Declaration
object Package.AttributesProperties
| Name | Type | Description |
|---|---|---|
name | string | The display name of the package. |
url | string | The HTTPS URL to download the package. |
hash | string | The hex string hash of the package file. |
bundleIds | [string] | The list of bundle identifiers contained in the package. |
description | string | A short description of the package. |
version | string | The version string of the package. |
createdDateTime | date-time | The date and time that the package was created. |
updatedDateTime | date-time | The date and time that the package was last updated. |