public ExecStepConfig.Types.Interpreter Interpreter { get; set; }
The script interpreter to use to run the script. If no interpreter is
specified the script will be executed directly, which will likely
only succeed for scripts with shebang lines.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-12 UTC."],[[["\u003cp\u003eThe latest version available for \u003ccode\u003eExecStepConfig\u003c/code\u003e is 2.4.0, with several earlier versions also accessible, ranging down to 1.3.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eExecStepConfig\u003c/code\u003e provides common configurations for an ExecStep and inherits from the Object class while implementing multiple interfaces, including IMessage, IEquatable, and IDeepCloneable.\u003c/p\u003e\n"],["\u003cp\u003eIt supports specifying an interpreter for script execution, defaulting to direct execution for scripts with shebang lines if an interpreter is not defined.\u003c/p\u003e\n"],["\u003cp\u003eThe class allows for the specification of allowed success codes and can utilize either a Cloud Storage object or a local path to locate the executable.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eAllowedSuccessCodes\u003c/code\u003e property is a list of return values indicating success, and \u003ccode\u003eExecutableCase\u003c/code\u003e property defines whether to use GcsObject or Localpath to find the executable.\u003c/p\u003e\n"]]],[],null,[]]