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

BuyersFilterSetsCreateOptions

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

Additional options for AdExchangeBuyer2#buyersFilterSetsCreate.

interface BuyersFilterSetsCreateOptions {
isTransient?: boolean;
}

§Properties

§
isTransient?: boolean
[src]

Whether the filter set is transient, or should be persisted indefinitely. By default, filter sets are not transient. If transient, it will be available for at least 1 hour after creation.