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

GoogleAnalyticsAdminV1betaAccountSummary

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

A virtual resource representing an overview of an account and all its child GA4 properties.

interface GoogleAnalyticsAdminV1betaAccountSummary {
account?: string;
displayName?: string;
name?: string;
}

§Properties

§
account?: string
[src]

Resource name of account referred to by this account summary Format: accounts/{account_id} Example: "accounts/1000"

§
displayName?: string
[src]

Display name for the account referred to in this account summary.

§
name?: string
[src]

Resource name for this account summary. Format: accountSummaries/{account_id} Example: "accountSummaries/1000"

§

List of summaries for child accounts of this account.