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

GoalSetData

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

Represents a set of goals that were reached in an activity.

interface GoalSetData {
goals?: GoalData[];
}

§Properties

§
goals?: GoalData[]
[src]

All the goals that were reached in the current activity.