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

FetchTreeResponse

import type { FetchTreeResponse } from "https://googleapis.deno.dev/v1/securesourcemanager:v1.ts";

Response message containing a list of TreeEntry objects.

interface FetchTreeResponse {
nextPageToken?: string;
treeEntries?: TreeEntry[];
}

§Properties

§
nextPageToken?: string
[src]

A token identifying a page of results the server should return.

§
treeEntries?: TreeEntry[]
[src]

The list of TreeEntry objects.