key property
A string that contains Tag
key.
The string length should be between 1 and 128 characters. Valid characters
include a-z
, A-Z
, 0-9
, space, and the
special characters _ - . : / = + @
.
Implementation
final String key;
A string that contains Tag
key.
The string length should be between 1 and 128 characters. Valid characters
include a-z
, A-Z
, 0-9
, space, and the
special characters _ - . : / = + @
.
final String key;