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

FloodlightReportCompatibleFields

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

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

interface FloodlightReportCompatibleFields {
dimensionFilters?: Dimension[];
dimensions?: Dimension[];
kind?: string;
metrics?: 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#floodlightReportCompatibleFields.

§
metrics?: Metric[]
[src]

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