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

PerAppResult

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

The result of an attempt to clear the data of a single app.

interface PerAppResult {
clearingResult?:
| "CLEARING_RESULT_UNSPECIFIED"
| "SUCCESS"
| "APP_NOT_FOUND"
| "APP_PROTECTED"
| "API_LEVEL";
}

§Properties

§
clearingResult?: "CLEARING_RESULT_UNSPECIFIED" | "SUCCESS" | "APP_NOT_FOUND" | "APP_PROTECTED" | "API_LEVEL"
[src]

The result of an attempt to clear the data of a single app.