name property

String? name
getter/setter pair

Name of the command, as presented on the command line, or if the command is packaged as a Docker container, as presented to docker pull.

Required.

Implementation

core.String? name;