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

EventTagsListResponse

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

Event Tag List Response

interface EventTagsListResponse {
eventTags?: EventTag[];
kind?: string;
}

§Properties

§
eventTags?: EventTag[]
[src]

Event tag collection.

§
kind?: string
[src]

Identifies what kind of resource this is. Value: the fixed string "dfareporting#eventTagsListResponse".