tagValueIds property

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

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

Use the tags field instead. TagValue IDs, in the format of tagValues/{TAG_VALUE_ID}. To search against the tagValueIds: * Use a field query. Example: - tagValueIds="tagValues/456" * Use a free text query. Example: - 456

Implementation

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