You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-areainsights/v1/2.0.0/com/google/api/services/areainsights/v1/model/Filter.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ public final class Filter extends com.google.api.client.json.GenericJson {
47
47
48
48
/**
49
49
* Optional. Restricts results to places whose price level is included on this list. If
50
-
* price_level is not set, all price levels are included in the results.
50
+
* `price_levels` is not set, all price levels are included in the results.
51
51
* The value may be {@code null}.
52
52
*/
53
53
@com.google.api.client.util.Key
@@ -108,7 +108,7 @@ public Filter setOperatingStatus(java.util.List<java.lang.String> operatingStatu
108
108
109
109
/**
110
110
* Optional. Restricts results to places whose price level is included on this list. If
111
-
* price_level is not set, all price levels are included in the results.
111
+
* `price_levels` is not set, all price levels are included in the results.
0 commit comments