Metadata_Cli_Command_GenericType

Metadata_Cli_Command_GenericType
Metadata_Cli_Command_GenericType

The Command.GenericType enumerated type defines generic types supported by Command service. See Command.OptionInfo.generic.
NONE : Default case.
OPTIONAL : Input parameter is an optional.
LIST : Input parameter is a list.
OPTIONAL_LIST : Input parameter is an optional of type list.
LIST_OPTIONAL : Input parameter is a list of optionals.

This data structure has no properties.
Enumeration: NONE, OPTIONAL, LIST, OPTIONAL_LIST, LIST_OPTIONAL,