packageId property

String? packageId
getter/setter pair

The ID of the package of the generic artifact.

If the package does not exist, a new package will be created. The package_id must start with a letter, end with a letter or number, only contain letters, numbers, hyphens and periods i.e. [a-z0-9-.], and cannot exceed 256 characters.

Implementation

core.String? packageId;