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

ComparisonMetadata

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

The metadata for a single comparison.

interface ComparisonMetadata {
apiName?: string;
description?: string;
uiName?: string;
}

§Properties

§
apiName?: string
[src]

This comparison's resource name. Useable in Comparison's comparison field. For example, 'comparisons/1234'.

§
description?: string
[src]

This comparison's description.

§
uiName?: string
[src]

This comparison's name within the Google Analytics user interface.