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

LogicalProductsListOptions

import type { LogicalProductsListOptions } from "https://googleapis.deno.dev/v1/cloudproductregistry:v1.ts";

Additional options for CloudProductRegistry#logicalProductsList.

interface LogicalProductsListOptions {
filter?: string;
pageSize?: number;
pageToken?: string;
}

§Properties

§
filter?: string
[src]

Optional. The filter expression for listing logical products. Filter syntax: https://google.aip.dev/160 Supported fields: suite_id

§
pageSize?: number
[src]

Optional. The maximum number of logical products to return. The service may return fewer than this value. If unspecified, at most 100 logical products will be returned. The maximum value is 500; values above 500 will be coerced to 500.

§
pageToken?: string
[src]

Optional. A page token, received from a previous ListLogicalProducts call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListLogicalProducts must match the call that provided the page token.