RunCommandInputParameter Class

Describes the properties of a run command parameter.

Constructor

RunCommandInputParameter(*args: Any, **kwargs: Any)

Variables

Name Description
name
str

The run command parameter name. Required.

value
str

The run command parameter value. Required.

Attributes

name

The run command parameter name. Required.

name: str

value

The run command parameter value. Required.

value: str