Contents

Package.Attributes

Attributes that describe a package resource.

Declaration

object Package.Attributes

Properties

NameTypeDescription
namestring

The display name of the package.

urlstring

The HTTPS URL to download the package.

hashstring

The hex string hash of the package file.

bundleIds[string]

The list of bundle identifiers contained in the package.

descriptionstring

A short description of the package.

versionstring

The version string of the package.

createdDateTimedate-time

The date and time that the package was created.

updatedDateTimedate-time

The date and time that the package was last updated.

Overview