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

SavedReport

import type { SavedReport } from "https://googleapis.deno.dev/v1/adsense:v2.ts";

Representation of a saved report.

interface SavedReport {
readonly name?: string;
title?: string;
}

§Properties

§
readonly name?: string
[src]

Output only. Resource name of the report. Format: accounts/{account}/reports/{report}

§
title?: string
[src]

Report title as specified by publisher.