NestedFilter defines a filter condition on fields in the nested data type.
Data structure
message NestedFilter {
optional string path = 1;
optional Query filter = 2;
}
|
Parameter |
Type |
Required |
Description |
|
path |
string |
Yes |
The path to the nested field. |
|
filter |
Yes |
The query condition applied to the nested field. |