tagKeys property

  1. @Deprecated('Not supported. Member documentation may have more information.')
List<String>? tagKeys
getter/setter pair

This field is only present for the purpose of backward compatibility.

Use the tags field instead. TagKey namespaced names, in the format of {ORG_ID}/{TAG_KEY_SHORT_NAME}. To search against the tagKeys: * Use a field query. Example: - tagKeys:"123456789/env*" - tagKeys="123456789/env" - tagKeys:"env" * Use a free text query. Example: - env

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.List<core.String>? tagKeys;