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

ListInventorySourceGroupsResponse

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

Response message for InventorySourceGroupService.ListInventorySourceGroups.

interface ListInventorySourceGroupsResponse {
inventorySourceGroups?: InventorySourceGroup[];
nextPageToken?: string;
}

§Properties

§
inventorySourceGroups?: InventorySourceGroup[]
[src]

The list of inventory source groups. This list will be absent if empty.

§
nextPageToken?: string
[src]

A token to retrieve the next page of results. Pass this value in the page_token field in the subsequent call to ListInventorySourceGroups method to retrieve the next page of results.