Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AccountsProductReviewsListOptions

import type { AccountsProductReviewsListOptions } from "https://googleapis.deno.dev/v1/merchantapi:reviews_v1beta.ts";

Additional options for MerchantAPI#accountsProductReviewsList.

interface AccountsProductReviewsListOptions {
pageSize?: number;
pageToken?: string;
}

§Properties

§
pageSize?: number
[src]

Optional. The maximum number of products to return. The service may return fewer than this value.

§
pageToken?: string
[src]

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.