ListWorkspacesResponse
import type { ListWorkspacesResponse } from "https://googleapis.deno.dev/v1/dataform:v1.ts";ListWorkspaces response message.
interface ListWorkspacesResponse {
nextPageToken?: string;
unreachable?: string[];
workspaces?: Workspace[];
}