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

GoogleAnalyticsAdminV1betaFirebaseLink

import type { GoogleAnalyticsAdminV1betaFirebaseLink } from "https://googleapis.deno.dev/v1/analyticsadmin:v1beta.ts";

A link between a GA4 property and a Firebase project.

interface GoogleAnalyticsAdminV1betaFirebaseLink {
readonly createTime?: Date;
readonly name?: string;
project?: string;
}

§Properties

§
readonly createTime?: Date
[src]

Output only. Time when this FirebaseLink was originally created.

§
readonly name?: string
[src]

Output only. Example format: properties/1234/firebaseLinks/5678

§
project?: string
[src]

Immutable. Firebase project resource name. When creating a FirebaseLink, you may provide this resource name using either a project number or project ID. Once this resource has been created, returned FirebaseLinks will always have a project_name that contains a project number. Format: 'projects/{project number}' Example: 'projects/1234'