Show / Hide Table of Contents

Class ListProductReviewsResponse

response message for the ListProductReviews method.

Inheritance
object
ListProductReviewsResponse
Implements
IMessage<ListProductReviewsResponse>
IEquatable<ListProductReviewsResponse>
IDeepCloneable<ListProductReviewsResponse>
IBufferMessage
IMessage
IPageResponse<ProductReview>
IEnumerable<ProductReview>
IEnumerable
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Shopping.Merchant.Reviews.V1Beta
Assembly: Google.Shopping.Merchant.Reviews.V1Beta.dll
Syntax
public sealed class ListProductReviewsResponse : IMessage<ListProductReviewsResponse>, IEquatable<ListProductReviewsResponse>, IDeepCloneable<ListProductReviewsResponse>, IBufferMessage, IMessage, IPageResponse<ProductReview>, IEnumerable<ProductReview>, IEnumerable

Constructors

ListProductReviewsResponse()

Declaration
public ListProductReviewsResponse()

ListProductReviewsResponse(ListProductReviewsResponse)

Declaration
public ListProductReviewsResponse(ListProductReviewsResponse other)
Parameters
Type Name Description
ListProductReviewsResponse other

Properties

NextPageToken

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Declaration
public string NextPageToken { get; set; }
Property Value
Type Description
string
Implements
IPageResponse<TResource>.NextPageToken

ProductReviews

The product review.

Declaration
public RepeatedField<ProductReview> ProductReviews { get; }
Property Value
Type Description
RepeatedField<ProductReview>

Methods

GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Declaration
public IEnumerator<ProductReview> GetEnumerator()
Returns
Type Description
IEnumerator<ProductReview>
Implements
IEnumerable<T>.GetEnumerator()
In this article
Back to top Generated by DocFX