NestedFilter は、ネストされたデータ型のフィールドのフィルター条件を指定します。
データ構造
message NestedFilter {
optional string path = 1;
optional Query filter = 2;
}パラメーター | 型 | 必須 | 説明 |
path | string | はい | フィールドパス。 |
filter | はい | クエリ条件。 |
NestedFilter は、ネストされたデータ型のフィールドのフィルター条件を指定します。
message NestedFilter {
optional string path = 1;
optional Query filter = 2;
}パラメーター | 型 | 必須 | 説明 |
path | string | はい | フィールドパス。 |
filter | はい | クエリ条件。 |