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

PlacementsGenerateTagsResponse

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

Placement GenerateTags Response

interface PlacementsGenerateTagsResponse {
kind?: string;
placementTags?: PlacementTag[];
}

§Properties

§
kind?: string
[src]

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

§
placementTags?: PlacementTag[]
[src]

Set of generated tags for the specified placements.