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

GoogleFirebaseFcmDataV1beta1ListAndroidDeliveryDataResponse

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

Response message for ListAndroidDeliveryData.

interface GoogleFirebaseFcmDataV1beta1ListAndroidDeliveryDataResponse {
nextPageToken?: string;
}

§Properties

§

The delivery data for the provided app. There will be one entry per combination of app, date, and analytics label.

§
nextPageToken?: string
[src]

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.