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

ListCompaniesResponse

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

The List companies response object.

interface ListCompaniesResponse {
companies?: Company[];
metadata?: ResponseMetadata;
nextPageToken?: string;
}

§Properties

§
companies?: Company[]
[src]

Companies for the current client.

§

Additional information for the API invocation, such as the request tracking id.

§
nextPageToken?: string
[src]

A token to retrieve the next page of results.