ListGuaranteedOrdersResponse
import type { ListGuaranteedOrdersResponse } from "https://googleapis.deno.dev/v1/displayvideo:v4.ts";
interface ListGuaranteedOrdersResponse {
guaranteedOrders?: GuaranteedOrder[];
nextPageToken?: string;
}§Properties
§
guaranteedOrders?: GuaranteedOrder[]
[src]The list of guaranteed orders. This list will be absent if empty.