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

GoogleAnalyticsAdminV1betaAccount

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

A resource message representing a Google Analytics account.

interface GoogleAnalyticsAdminV1betaAccount {
readonly createTime?: Date;
readonly deleted?: boolean;
displayName?: string;
readonly gmpOrganization?: string;
readonly name?: string;
regionCode?: string;
readonly updateTime?: Date;
}

§Properties

§
readonly createTime?: Date
[src]

Output only. Time when this account was originally created.

§
readonly deleted?: boolean
[src]

Output only. Indicates whether this Account is soft-deleted or not. Deleted accounts are excluded from List results unless specifically requested.

§
displayName?: string
[src]

Required. Human-readable display name for this account.

§
readonly gmpOrganization?: string
[src]

Output only. The URI for a Google Marketing Platform organization resource. Only set when this account is connected to a GMP organization. Format: marketingplatformadmin.googleapis.com/organizations/{org_id}

§
readonly name?: string
[src]

Output only. Resource name of this account. Format: accounts/{account} Example: "accounts/100"

§
regionCode?: string
[src]

Country of business. Must be a Unicode CLDR region code.

§
readonly updateTime?: Date
[src]

Output only. Time when account payload fields were last updated.