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

EditInventorySourceReadWriteAccessorsRequestAdvertisersUpdate

import type { EditInventorySourceReadWriteAccessorsRequestAdvertisersUpdate } from "https://googleapis.deno.dev/v1/displayvideo:v3.ts";

Update to the list of advertisers with read/write access to the inventory source.

interface EditInventorySourceReadWriteAccessorsRequestAdvertisersUpdate {
addedAdvertisers?: bigint[];
removedAdvertisers?: bigint[];
}

§Properties

§
addedAdvertisers?: bigint[]
[src]

The advertisers to add.

§
removedAdvertisers?: bigint[]
[src]

The advertisers to remove.