Interface AutoTestInstallPythonStepInput

Install Python.

interface AutoTestInstallPythonStepInput {
    id?: string;
    version: AutoTestInstallPythonVersion;
}

Properties

Properties

id?: string

The id of this step.

The version to install.