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

MediaUnmountEvent

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

Removable media was unmounted.

interface MediaUnmountEvent {
mountPoint?: string;
volumeLabel?: string;
}

§Properties

§
mountPoint?: string
[src]

Mount point.

§
volumeLabel?: string
[src]

Volume label. Redacted to empty string on organization-owned managed profile devices.