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

ProjectsLocationsRepositoriesBranchRulesListOptions

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

Additional options for SecureSourceManager#projectsLocationsRepositoriesBranchRulesList.

interface ProjectsLocationsRepositoriesBranchRulesListOptions {
pageSize?: number;
pageToken?: string;
}

§Properties

§
pageSize?: number
[src]
§
pageToken?: string
[src]