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

ProjectsTenantsCompaniesListOptions

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

Additional options for jobs#projectsTenantsCompaniesList.

interface ProjectsTenantsCompaniesListOptions {
pageSize?: number;
pageToken?: string;
requireOpenJobs?: boolean;
}

§Properties

§
pageSize?: number
[src]

The maximum number of companies 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.

§
requireOpenJobs?: boolean
[src]

Set to true if the companies requested must have open jobs. Defaults to false. If true, at most page_size of companies are fetched, among which only those with open jobs are returned.