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

ReportType

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

A report type.

interface ReportType {
deprecateTime?: Date;
id?: string;
name?: string;
systemManaged?: boolean;
}

§Properties

§
deprecateTime?: Date
[src]

The date/time when this report type was/will be deprecated.

§
id?: string
[src]

The ID of the report type (max. 100 characters).

§
name?: string
[src]

The name of the report type (max. 100 characters).

§
systemManaged?: boolean
[src]

True if this a system-managed report type; otherwise false. Reporting jobs for system-managed report types are created automatically and can thus not be used in the CreateJob method.