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

MoveDirectoryRequest

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

MoveDirectory request message.

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

§Properties

§
newPath?: string
[src]

Required. The new path for the directory including directory name, rooted at workspace root.

§
path?: string
[src]

Required. The directory's full path including directory name, relative to the workspace root.