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

BuyersCreativesGetOptions

import type { BuyersCreativesGetOptions } from "https://googleapis.deno.dev/v1/realtimebidding:v1.ts";

Additional options for realtimeBidding#buyersCreativesGet.

interface BuyersCreativesGetOptions {
view?: "CREATIVE_VIEW_UNSPECIFIED" | "SERVING_DECISION_ONLY" | "FULL";
}

§Properties

§
view?: "CREATIVE_VIEW_UNSPECIFIED" | "SERVING_DECISION_ONLY" | "FULL"
[src]

Controls the amount of information included in the response. By default only creativeServingDecision is included. To retrieve the entire creative resource (including the declared fields and the creative content) specify the view as "FULL".