|
Gocator Development Kit
|
| kStatus GdkParamInfo_SetIsOptional | ( | GdkParamInfo | info, |
| kBool | optional | ||
| ) |
Sets a parameter to be optional or not.
An optional parameter can be missing from the configuration (e.g. when loaded from storage).
| info | Info object. |
| optional | Whether or not parameter is optional. |