parameterNameOption property
Possible string values are:
- "DEFAULT_NOT_PARAMETER_NAME" : This field is not a parameter name.
- "IS_PARAMETER_NAME" : If this field is a string and this option is selected, the field will be interpreted as a parameter name. Users will be able to choose a variable using the autocomplete, but the name will be stored as a literal string.
- "KEY_IS_PARAMETER_NAME" : If this field is a ParameterMap and this option is selected, the map's keys will be interpreted as parameter names. Ignored if this field is not a ParameterMap.
- "VALUE_IS_PARAMETER_NAME" : If this field is a ParameterMap and this option is selected, the map's values will be interpreted as parameter names. Ignored if this field is not a ParameterMap.
Implementation
core.String? parameterNameOption;