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

RemoveAnalyticsRequest

import type { RemoveAnalyticsRequest } from "https://googleapis.deno.dev/v1/firebase:v1beta1.ts";
interface RemoveAnalyticsRequest {
analyticsPropertyId?: string;
}

§Properties

§
analyticsPropertyId?: string
[src]

Optional. The ID of the Google Analytics property associated with the specified FirebaseProject. - If not set, then the Google Analytics property that is currently associated with the specified FirebaseProject is removed. - If set, and the specified FirebaseProject is currently associated with a different Google Analytics property, then the response is a 412 Precondition Failed error.