shortName property

String? shortName
getter/setter pair

The user friendly name for a TagKey.

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

Required. Immutable.

Implementation

core.String? shortName;