objectType property

String? objectType
getter/setter pair

The type of the item.

This should correspond to the name of an object definition in the schema registered for the data source. For example, if the schema for the data source contains an object definition with name 'document', then item indexing requests for objects of that type should set objectType to 'document'. The maximum length is 256 characters.

Implementation

core.String? objectType;