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

EditGuaranteedOrderReadAccessorsRequest

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

Request message for GuaranteedOrderService.EditGuaranteedOrderReadAccessors.

interface EditGuaranteedOrderReadAccessorsRequest {
addedAdvertisers?: bigint[];
partnerId?: bigint;
readAccessInherited?: boolean;
removedAdvertisers?: bigint[];
}

§Properties

§
addedAdvertisers?: bigint[]
[src]

The advertisers to add as read accessors to the guaranteed order.

§
partnerId?: bigint
[src]

Required. The partner context in which the change is being made.

§
readAccessInherited?: boolean
[src]

Whether to give all advertisers of the read/write accessor partner read access to the guaranteed order. Only applicable if read_write_partner_id is set in the guaranteed order.

§
removedAdvertisers?: bigint[]
[src]

The advertisers to remove as read accessors to the guaranteed order.