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

Activities

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

Represents an activity group.

interface Activities {
filters?: DimensionValue[];
kind?: string;
metricNames?: string[];
}

§Properties

§

List of activity filters. The dimension values need to be all either of type "dfa:activity" or "dfa:activityGroup".

§
kind?: string
[src]

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

§
metricNames?: string[]
[src]

List of names of floodlight activity metrics.