objectType property

String? objectType
getter/setter pair

If object_type is set, only objects of that type are returned.

This should correspond to the name of the object that was registered within the definition of schema. The maximum length is 256 characters.

Implementation

core.String? objectType;