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 should start and end with a letter or number, only contain letters, numbers, hyphens, underscores, and periods, and not exceed 256 characters.

Implementation

core.String? packageId;