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

CaseExpression

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

Used to convert a dimension value to a single case.

interface CaseExpression {
dimensionName?: string;
}

§Properties

§
dimensionName?: string
[src]

Name of a dimension. The name must refer back to a name in dimensions field of the request.