commandLineArguments property
The full tokenized command line including the program name (equivalent to argv in a C program).
- In response: present if set by create request - In create request: optional - In update request: never set
Implementation
core.List<core.String>? commandLineArguments;