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

ApplicationReportingSettings

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

Settings controlling the behavior of application reports.

interface ApplicationReportingSettings {
includeRemovedApps?: boolean;
}

§Properties

§
includeRemovedApps?: boolean
[src]

Whether removed apps are included in application reports.