Class ListMerchantReviewsResponse
Response message for the ListMerchantsReview
method.
Implements
Namespace: Google.Shopping.Merchant.Reviews.V1Beta
Assembly: Google.Shopping.Merchant.Reviews.V1Beta.dll
Syntax
public sealed class ListMerchantReviewsResponse : IMessage<ListMerchantReviewsResponse>, IEquatable<ListMerchantReviewsResponse>, IDeepCloneable<ListMerchantReviewsResponse>, IBufferMessage, IMessage, IPageResponse<MerchantReview>, IEnumerable<MerchantReview>, IEnumerable
Constructors
ListMerchantReviewsResponse()
Declaration
public ListMerchantReviewsResponse()
ListMerchantReviewsResponse(ListMerchantReviewsResponse)
Declaration
public ListMerchantReviewsResponse(ListMerchantReviewsResponse other)
Parameters
Type | Name | Description |
---|---|---|
List |
other |
Properties
MerchantReviews
The merchant review.
Declaration
public RepeatedField<MerchantReview> MerchantReviews { get; }
Property Value
Type | Description |
---|---|
Repeated |
NextPageToken
The token to retrieve the next page of results.
Declaration
public string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
Implements
Methods
GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Declaration
public IEnumerator<MerchantReview> GetEnumerator()
Returns
Type | Description |
---|---|
IEnumerator<Merchant |