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

JobsCreateOptions

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

Additional options for YouTubeReporting#jobsCreate.

interface JobsCreateOptions {
onBehalfOfContentOwner?: string;
}

§Properties

§
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).