propertyMask property

PropertyMask? propertyMask
getter/setter pair

The properties to return.

Defaults to returning all properties. If this field is set and an entity has a property not referenced in the mask, it will be absent from LookupResponse.found.entity.properties. The entity's key is always returned.

Implementation

PropertyMask? propertyMask;