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

GoogleFirebaseFcmDataV1beta1AndroidDeliveryData

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

Message delivery data for a given date, app, and analytics label combination.

interface GoogleFirebaseFcmDataV1beta1AndroidDeliveryData {
analyticsLabel?: string;
appId?: string;
}

§Properties

§
analyticsLabel?: string
[src]

The analytics label associated with the messages sent. All messages sent without an analytics label will be grouped together in a single entry.

§
appId?: string
[src]

The app ID to which the messages were sent.

§

The data for the specified appId, date, and analyticsLabel.

§

The date represented by this entry.