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

FilePushedEvent

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

A file was uploaded onto the device.

interface FilePushedEvent {
filePath?: string;
}

§Properties

§
filePath?: string
[src]

The path of the file being pushed.