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

AuctionContext

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

Output only. The auction type the restriction applies to.

interface AuctionContext {
auctionTypes?: "OPEN_AUCTION" | "DIRECT_DEALS"[];
}

§Properties

§
auctionTypes?: "OPEN_AUCTION" | "DIRECT_DEALS"[]
[src]

The auction types this restriction applies to.