Class ListProductReviewsRequest
Request message for the ListProductReviews method.
Implements
Namespace: Google.Shopping.Merchant.Reviews.V1Beta
Assembly: Google.Shopping.Merchant.Reviews.V1Beta.dll
Syntax
public sealed class ListProductReviewsRequest : IMessage<ListProductReviewsRequest>, IEquatable<ListProductReviewsRequest>, IDeepCloneable<ListProductReviewsRequest>, IBufferMessage, IMessage, IPageRequest
Constructors
ListProductReviewsRequest()
Declaration
public ListProductReviewsRequest()
ListProductReviewsRequest(ListProductReviewsRequest)
Declaration
public ListProductReviewsRequest(ListProductReviewsRequest other)
Parameters
Type | Name | Description |
---|---|---|
ListProductReviewsRequest | other |
Properties
PageSize
Optional. The maximum number of products to return. The service may return fewer than this value.
Declaration
public int PageSize { get; set; }
Property Value
Type | Description |
---|---|
int |
Implements
PageToken
Optional. A page token, received from a previous ListProductReviews
call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListProductReviews
must match the call that provided the page token.
Declaration
public string PageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
Implements
Parent
Required. The account to list product reviews for. Format: accounts/{account}
Declaration
public string Parent { get; set; }
Property Value
Type | Description |
---|---|
string |
ParentAsAccountName
AccountName-typed view over the Parent resource name property.
Declaration
public AccountName ParentAsAccountName { get; set; }
Property Value
Type | Description |
---|---|
AccountName |