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

CrossDimensionReachReportCompatibleFields

import type { CrossDimensionReachReportCompatibleFields } from "https://googleapis.deno.dev/v1/dfareporting:v4.ts";

Represents fields that are compatible to be selected for a report of type "CROSS_DIMENSION_REACH".

interface CrossDimensionReachReportCompatibleFields {
breakdown?: Dimension[];
dimensionFilters?: Dimension[];
kind?: string;
metrics?: Metric[];
overlapMetrics?: Metric[];
}

§Properties

§
breakdown?: Dimension[]
[src]

Dimensions which are compatible to be selected in the "breakdown" section of the report.

§
dimensionFilters?: Dimension[]
[src]

Dimensions which are compatible to be selected in the "dimensionFilters" section of the report.

§
kind?: string
[src]

The kind of resource this is, in this case dfareporting#crossDimensionReachReportCompatibleFields.

§
metrics?: Metric[]
[src]

Metrics which are compatible to be selected in the "metricNames" section of the report.

§
overlapMetrics?: Metric[]
[src]

Metrics which are compatible to be selected in the "overlapMetricNames" section of the report.