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

ProjectsLocationsRepositoriesFetchTreeOptions

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

Additional options for SecureSourceManager#projectsLocationsRepositoriesFetchTree.

interface ProjectsLocationsRepositoriesFetchTreeOptions {
pageSize?: number;
pageToken?: string;
recursive?: boolean;
ref?: string;
}

§Properties

§
pageSize?: number
[src]

Optional. Requested page size. Server may return fewer items than requested. If unspecified, at most 10,000 items will be returned.

§
pageToken?: string
[src]

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

§
recursive?: boolean
[src]

Optional. If true, include all subfolders and their files in the response. If false, only the immediate children are returned.

§
ref?: string
[src]

Optional. ref can be a SHA-1 hash, a branch name, or a tag. Specifies which tree to fetch. If not specified, the default branch will be used.