Reference documentation and code samples for the Google Shopping Merchant Reviews V1beta Client class ListMerchantReviewsResponse.
Response message for the ListMerchantsReview method.
Generated from protobuf message google.shopping.merchant.reviews.v1beta.ListMerchantReviewsResponse
Namespace
Google \ Shopping \ Merchant \ Reviews \ V1betaMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ merchant_reviews |
array<MerchantReview>
The merchant review. |
↳ next_page_token |
string
The token to retrieve the next page of results. |
getMerchantReviews
The merchant review.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setMerchantReviews
The merchant review.
| Parameter | |
|---|---|
| Name | Description |
var |
array<MerchantReview>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getNextPageToken
The token to retrieve the next page of results.
| Returns | |
|---|---|
| Type | Description |
string |
|
setNextPageToken
The token to retrieve the next page of results.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|