Package version:

Interface RunCommandInputParameter

Describes the properties of a run command parameter.

interface RunCommandInputParameter {
    name: string;
    value: string;
}

Properties

Properties

name: string

The run command parameter name.

value: string

The run command parameter value.