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

ProjectsAndroidAppsDeliveryDataListOptions

import type { ProjectsAndroidAppsDeliveryDataListOptions } from "https://googleapis.deno.dev/v1/fcmdata:v1beta1.ts";

Additional options for fcmData#projectsAndroidAppsDeliveryDataList.

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

§Properties

§
pageSize?: number
[src]

The maximum number of entries to return. The service may return fewer than this value. If unspecified, at most 1,000 entries will be returned. The maximum value is 10,000; values above 10,000 will be capped to 10,000. This default may change over time.

§
pageToken?: string
[src]

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