SdkCopyimport 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.