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

V1betaAudienceDimensionValue

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

The value of a dimension.

interface V1betaAudienceDimensionValue {
value?: string;
}

§Properties

§
value?: string
[src]

Value as a string if the dimension type is a string.