NestedFilter specifies the filter condition of 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 field path. |
filter | Yes | The query condition. |