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

EditInventorySourceReadWriteAccessorsRequest

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

Request message for InventorySourceService.EditInventorySourceReadWriteAccessors.

interface EditInventorySourceReadWriteAccessorsRequest {
assignPartner?: boolean;
partnerId?: bigint;
}

§Properties

§

The advertisers to add or remove from the list of advertisers that have read/write access to the inventory source. This change will remove an existing partner read/write accessor.

§
assignPartner?: boolean
[src]

Set the partner context as read/write accessor of the inventory source. This will remove all other current read/write advertiser accessors.

§
partnerId?: bigint
[src]

Required. The partner context by which the accessors change is being made.