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

ReportCompatibleFields

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

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

interface ReportCompatibleFields {
dimensionFilters?: Dimension[];
dimensions?: Dimension[];
kind?: string;
metrics?: Metric[];
pivotedActivityMetrics?: Metric[];
}

§Properties

§
dimensionFilters?: Dimension[]
[src]

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

§
dimensions?: Dimension[]
[src]

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

§
kind?: string
[src]

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

§
metrics?: Metric[]
[src]

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

§
pivotedActivityMetrics?: Metric[]
[src]

Metrics which are compatible to be selected as activity metrics to pivot on in the "activities" section of the report.