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

ListJobsResponse

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

List jobs response.

interface ListJobsResponse {
jobs?: Job[];
metadata?: ResponseMetadata;
nextPageToken?: string;
}

§Properties

§
jobs?: Job[]
[src]

The Jobs for a given company. The maximum number of items returned is based on the limit field provided in the request.

§

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

§
nextPageToken?: string
[src]

A token to retrieve the next page of results.