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

AnalyticsDetails

import type { AnalyticsDetails } from "https://googleapis.deno.dev/v1/firebase:v1beta1.ts";
interface AnalyticsDetails {
analyticsProperty?: AnalyticsProperty;
streamMappings?: StreamMapping[];
}

§Properties

§
analyticsProperty?: AnalyticsProperty
[src]

The Analytics Property object associated with the specified FirebaseProject. This object contains the details of the Google Analytics property associated with the Project.

§
streamMappings?: StreamMapping[]
[src]
  • For AndroidApps and IosApps: a map of app to streamId for each Firebase App in the specified FirebaseProject. Each app and streamId appears only once. - For WebApps: a map of app to streamId and measurementId for each WebApp in the specified FirebaseProject. Each app, streamId, and measurementId appears only once.