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

ProjectsTenantsListOptions

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

Additional options for jobs#projectsTenantsList.

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

§Properties

§
pageSize?: number
[src]

The maximum number of tenants to be returned, at most 100. Default is 100 if a non-positive number is provided.

§
pageToken?: string
[src]

The starting indicator from which to return results.