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

GoogleAnalyticsAdminV1betaPropertySummary

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

A virtual resource representing metadata for a GA4 property.

interface GoogleAnalyticsAdminV1betaPropertySummary {
displayName?: string;
parent?: string;
property?: string;
propertyType?:
| "PROPERTY_TYPE_UNSPECIFIED"
| "PROPERTY_TYPE_ORDINARY"
| "PROPERTY_TYPE_SUBPROPERTY"
| "PROPERTY_TYPE_ROLLUP";
}

§Properties

§
displayName?: string
[src]

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

§
parent?: string
[src]

Resource name of this property's logical parent. Note: The Property-Moving UI can be used to change the parent. Format: accounts/{account}, properties/{property} Example: "accounts/100", "properties/200"

§
property?: string
[src]

Resource name of property referred to by this property summary Format: properties/{property_id} Example: "properties/1000"

§
propertyType?: "PROPERTY_TYPE_UNSPECIFIED" | "PROPERTY_TYPE_ORDINARY" | "PROPERTY_TYPE_SUBPROPERTY" | "PROPERTY_TYPE_ROLLUP"
[src]

The property's property type.