versionId property
The ID of the version of the generic artifact.
If the version does not exist, a new version will be created. The
version_id must start and end with a letter or number, can only contain
lowercase letters, numbers, the following characters [-.+:],
i.e.[a-z0-9-.+:] and cannot exceed a total of 128 characters. Creating
a version called latest
is not allowed.
Implementation
core.String? versionId;