entityResultType property
The result type for every entity in entity_results
.
Possible string values are:
- "RESULT_TYPE_UNSPECIFIED" : Unspecified. This value is never used.
- "FULL" : The key and properties.
- "PROJECTION" : A projected subset of properties. The entity may have no key.
- "KEY_ONLY" : Only the key.
Implementation
core.String? entityResultType;