searchResultType property

String? searchResultType
getter/setter pair

Type of the search result.

This field can be used 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;