shortName property

String? shortName
getter/setter pair

User-assigned short name for TagValue.

The short name should be unique for TagValues within the same parent TagKey. The short name must be 63 characters or less, beginning and ending with an alphanumeric character ([a-z0-9A-Z]) with dashes (-), underscores (_), dots (.), and alphanumerics between.

Required. Immutable.

Implementation

core.String? shortName;