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

PlatformsListOptions

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

Additional options for versionhistory#platformsList.

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

§Properties

§
pageSize?: number
[src]

Optional. Optional limit on the number of channels to include in the response. If unspecified, the server will pick an appropriate default.

§
pageToken?: string
[src]

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