filterIds property

List<String>? filterIds
getter/setter pair

The IDs of the specified filter type.

This is used to filter entities to fetch. If filter type is not FILTER_TYPE_NONE, at least one ID must be specified.

Implementation

core.List<core.String>? filterIds;