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

Workspace

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

Represents a Dataform Git workspace.

interface Workspace {
readonly dataEncryptionState?: DataEncryptionState;
name?: string;
}

§Properties

§
readonly dataEncryptionState?: DataEncryptionState
[src]

Output only. A data encryption state of a Git repository if this Workspace is protected by a KMS key.

§
name?: string
[src]

Identifier. The workspace's name.