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

GoogleAnalyticsAdminV1betaDataStreamIosAppStreamData

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

Data specific to iOS app streams.

interface GoogleAnalyticsAdminV1betaDataStreamIosAppStreamData {
bundleId?: string;
readonly firebaseAppId?: string;
}

§Properties

§
bundleId?: string
[src]

Required. Immutable. The Apple App Store Bundle ID for the app Example: "com.example.myiosapp"

§
readonly firebaseAppId?: string
[src]

Output only. ID of the corresponding iOS app in Firebase, if any. This ID can change if the iOS app is deleted and recreated.