command property

List<String>? command
final

The command to send to the container that overrides the default command from the Docker image or the job definition.

Implementation

final List<String>? command;