searchResultType property

String? searchResultType
getter/setter pair

Type of the search result.

You can use this field to determine which get method to call to fetch the full resource. Possible string values are:

  • "SEARCH_RESULT_TYPE_UNSPECIFIED" : Default unknown type.
  • "ENTRY" : An Entry.
  • "TAG_TEMPLATE" : A TagTemplate.
  • "ENTRY_GROUP" : An EntryGroup.

Implementation

core.String? searchResultType;