google_api_dataflow v0.0.1 GoogleApi.Dataflow.V1b3.Model.ShellTask View Source
A task which consists of a shell command for the worker to execute.
Attributes
- command (String): The shell command to run. Defaults to:
null
. - exitCode (Integer): Exit code for the task. Defaults to:
null
.