kind property

String? kind
getter/setter pair

Indicates the kind of entity type.

Required. Possible string values are:

  • "KIND_UNSPECIFIED" : Not specified. This value should be never used.
  • "KIND_MAP" : Map entity types allow mapping of a group of synonyms to a reference value.
  • "KIND_LIST" : List entity types contain a set of entries that do not map to reference values. However, list entity types can contain references to other entity types (with or without aliases).
  • "KIND_REGEXP" : Regexp entity types allow to specify regular expressions in entries values.

Implementation

core.String? kind;