ListInventorySourcesResponse
import type { ListInventorySourcesResponse } from "https://googleapis.deno.dev/v1/displayvideo:v4.ts";
interface ListInventorySourcesResponse {
inventorySources?: InventorySource[];
nextPageToken?: string;
}§Properties
§
inventorySources?: InventorySource[]
[src]The list of inventory sources. This list will be absent if empty.