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

InventoryItemsListOptions

import type { InventoryItemsListOptions } from "https://googleapis.deno.dev/v1/dfareporting:v4.ts";

Additional options for dfareporting#inventoryItemsList.

interface InventoryItemsListOptions {
ids?: bigint;
inPlan?: boolean;
maxResults?: number;
orderId?: bigint;
pageToken?: string;
siteId?: bigint;
sortField?: "ID" | "NAME";
sortOrder?: "ASCENDING" | "DESCENDING";
type?: "PLANNING_PLACEMENT_TYPE_REGULAR" | "PLANNING_PLACEMENT_TYPE_CREDIT";
}

§Properties

§
ids?: bigint
[src]

Select only inventory items with these IDs.

§
inPlan?: boolean
[src]

Select only inventory items that are in plan.

§
maxResults?: number
[src]

Maximum number of results to return.

§
orderId?: bigint
[src]

Select only inventory items that belong to specified orders.

§
pageToken?: string
[src]

Value of the nextPageToken from the previous result page.

§
siteId?: bigint
[src]

Select only inventory items that are associated with these sites.

§
sortField?: "ID" | "NAME"
[src]

Field by which to sort the list.

§
sortOrder?: "ASCENDING" | "DESCENDING"
[src]

Order of sorted results.

§
type?: "PLANNING_PLACEMENT_TYPE_REGULAR" | "PLANNING_PLACEMENT_TYPE_CREDIT"
[src]

Select only inventory items with this type.