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

Parameter

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

Structured data associated with this message.

interface Parameter {
key?: string;
value?: any;
}

§Properties

§
key?: string
[src]

Key or name for this parameter.

§
value?: any
[src]

Value for this parameter.