Show / Hide Table of Contents

Class ListMerchantReviewsRequest

Request message for the ListMerchantsReview method.

Inheritance
object
ListMerchantReviewsRequest
Implements
IMessage<ListMerchantReviewsRequest>
IEquatable<ListMerchantReviewsRequest>
IDeepCloneable<ListMerchantReviewsRequest>
IBufferMessage
IMessage
IPageRequest
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 ListMerchantReviewsRequest : IMessage<ListMerchantReviewsRequest>, IEquatable<ListMerchantReviewsRequest>, IDeepCloneable<ListMerchantReviewsRequest>, IBufferMessage, IMessage, IPageRequest

Constructors

ListMerchantReviewsRequest()

Declaration
public ListMerchantReviewsRequest()

ListMerchantReviewsRequest(ListMerchantReviewsRequest)

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

Properties

PageSize

Optional. The maximum number of merchant reviews to return. The service can return fewer than this value. The maximum value is 1000; values above 1000 are coerced to 1000. If unspecified, the maximum number of reviews is returned.

Declaration
public int PageSize { get; set; }
Property Value
Type Description
int
Implements
IPageRequest.PageSize

PageToken

Optional. A page token, received from a previous ListMerchantReviews call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to ListMerchantReviews must match the call that provided the page token.

Declaration
public string PageToken { get; set; }
Property Value
Type Description
string
Implements
IPageRequest.PageToken

Parent

Required. The account to list merchant 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
In this article
Back to top Generated by DocFX