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

Sdk

import type { Sdk } from "https://googleapis.deno.dev/v1/dataflow:v1b3.ts";

A structured representation of an SDK.

interface Sdk {
sdkId?: string;
stacks?: Stack[];
}

§Properties

§
sdkId?: string
[src]

The SDK harness id.

§
stacks?: Stack[]
[src]

The stacktraces for the processes running on the SDK harness.