keyUnit property

String? keyUnit
getter/setter pair

The unit for the key: e.g. 'key' or 'chunk'. Possible string values are:

  • "KEY_UNIT_UNSPECIFIED" : Required default value
  • "KEY" : Each entry corresponds to one key
  • "CHUNK" : Each entry corresponds to a chunk of keys

Implementation

core.String? keyUnit;