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
* @param string $next_page_token Cursor from the previous response's pagination.next; omit for page 1. (optional)
2107
2107
* @param int $results results (optional, default to 10)
2108
2108
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['googleGetPlaceReviews'] to see the possible values for this operation
2109
2109
*
@@ -2123,9 +2123,9 @@ public function googleGetPlaceReviews($data_id, $sort_by = 'qualityScore', $hl =
2123
2123
* Get place reviews
2124
2124
*
2125
2125
* @param string $data_id Maps data ID (required)
2126
-
* @param string $sort_by (optional, default to 'qualityScore')
* @param string $next_page_token Cursor from the previous response's pagination.next; omit for page 1. (optional)
2129
2129
* @param int $results (optional, default to 10)
2130
2130
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['googleGetPlaceReviews'] to see the possible values for this operation
2131
2131
*
@@ -2287,9 +2287,9 @@ public function googleGetPlaceReviewsWithHttpInfo($data_id, $sort_by = 'qualityS
2287
2287
* Get place reviews
2288
2288
*
2289
2289
* @param string $data_id Maps data ID (required)
2290
-
* @param string $sort_by (optional, default to 'qualityScore')
* @param string $next_page_token Cursor from the previous response's pagination.next; omit for page 1. (optional)
2293
2293
* @param int $results (optional, default to 10)
2294
2294
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['googleGetPlaceReviews'] to see the possible values for this operation
2295
2295
*
@@ -2312,9 +2312,9 @@ function ($response) {
2312
2312
* Get place reviews
2313
2313
*
2314
2314
* @param string $data_id Maps data ID (required)
2315
-
* @param string $sort_by (optional, default to 'qualityScore')
* @param string $next_page_token Cursor from the previous response's pagination.next; omit for page 1. (optional)
2318
2318
* @param int $results (optional, default to 10)
2319
2319
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['googleGetPlaceReviews'] to see the possible values for this operation
2320
2320
*
@@ -2366,9 +2366,9 @@ function ($exception) {
2366
2366
* Create request for operation 'googleGetPlaceReviews'
2367
2367
*
2368
2368
* @param string $data_id Maps data ID (required)
2369
-
* @param string $sort_by (optional, default to 'qualityScore')
* @param string $next_page_token Cursor from the previous response's pagination.next; omit for page 1. (optional)
2372
2372
* @param int $results (optional, default to 10)
2373
2373
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['googleGetPlaceReviews'] to see the possible values for this operation
0 commit comments