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

OrdersListResponse

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

Order List Response

interface OrdersListResponse {
kind?: string;
nextPageToken?: string;
orders?: Order[];
}

§Properties

§
kind?: string
[src]

Identifies what kind of resource this is. Value: the fixed string "dfareporting#ordersListResponse".

§
nextPageToken?: string
[src]

Pagination token to be used for the next list operation.

§
orders?: Order[]
[src]

Order collection.