Selector for Features of an EntityType.
idMatcher
object ( IdMatcher
)
Required. Matches Features based on id.
| JSON representation |
|---|
{
"idMatcher"
:
{
object (
|
IdMatcher
Matcher for Features of an EntityType by feature id.
ids[]
string
Required. The following are accepted as ids
:
- A single-element list containing only
*, which selects all Features in the target EntityType, or - A list containing only feature IDs, which selects only Features with those IDs in the target EntityType.
| JSON representation |
|---|
{ "ids" : [ string ] } |

