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

JobsListOptions

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

Additional options for YouTubeReporting#jobsList.

interface JobsListOptions {
includeSystemManaged?: boolean;
onBehalfOfContentOwner?: string;
pageSize?: number;
pageToken?: string;
}

§Properties

§
includeSystemManaged?: boolean
[src]

If set to true, also system-managed jobs will be returned; otherwise only user-created jobs will be returned. System-managed jobs can neither be modified nor deleted.

§
onBehalfOfContentOwner?: string
[src]

The content owner's external ID on which behalf the user is acting on. If not set, the user is acting for himself (his own channel).

§
pageSize?: number
[src]

Requested page size. Server may return fewer jobs than requested. If unspecified, server will pick an appropriate default.

§
pageToken?: string
[src]

A token identifying a page of results the server should return. Typically, this is the value of ListReportTypesResponse.next_page_token returned in response to the previous call to the ListJobs method.