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

FilePulledEvent

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

A file was downloaded from the device.

interface FilePulledEvent {
filePath?: string;
}

§Properties

§
filePath?: string
[src]

The path of the file being pulled.