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

GoogleAnalyticsAdminV1betaAccessDimensionValue

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

The value of a dimension.

interface GoogleAnalyticsAdminV1betaAccessDimensionValue {
value?: string;
}

§Properties

§
value?: string
[src]

The dimension value. For example, this value may be 'France' for the 'country' dimension.