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

MoveFileRequest

import type { MoveFileRequest } from "https://googleapis.deno.dev/v1/dataform:v1beta1.ts";

MoveFile request message.

interface MoveFileRequest {
newPath?: string;
path?: string;
}

§Properties

§
newPath?: string
[src]

Required. The file's new path including filename, relative to the workspace root.

§
path?: string
[src]

Required. The file's full path including filename, relative to the workspace root.