args property

List<String>? args
getter/setter pair

Args is the container arguments to use.

This overrides the default arguments defined in the container image.

Optional.

Implementation

core.List<core.String>? args;