labelKeyType property

String? labelKeyType
getter/setter pair

The type of the label key. Possible string values are:

  • "LABEL_KEY_TYPE_UNSPECIFIED" : Unspecified label key type.
  • "LABEL_KEY_TYPE_CUSTOM" : The label key is custom defined by the user.

Implementation

core.String? labelKeyType;