kind property

String? kind
getter/setter pair

Possible string values are:

  • "KIND_UNSPECIFIED"
  • "KIND_MAP"
  • "KIND_LIST"
  • "KIND_REGEXP"

Implementation

core.String? kind;