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

WatchCreativeRequest

import type { WatchCreativeRequest } from "https://googleapis.deno.dev/v1/adexchangebuyer2:v2beta1.ts";

A request for watching changes to creative Status.

interface WatchCreativeRequest {
topic?: string;
}

§Properties

§
topic?: string
[src]

The Pub/Sub topic to publish notifications to. This topic must already exist and must give permission to ad-exchange-buyside-reports@google.com to write to the topic. This should be the full resource name in "projects/{project_id}/topics/{topic_id}" format.