Qore DataProvider Module Reference 3.0
Loading...
Searching...
No Matches
DataProvider::DataProviderArgInfo hashdecl Reference

Data provider expression arg info. More...

#include <AbstractDataProvider.qc.dox.h>

Public Attributes

*softlist< hash< Util::AllowedValueInfo > > allowed_values
 List of allowed values (enum)
 
auto default_value
 Any default value.
 
string desc
 The argument description.
 
string display_name
 Argument display name.
 
auto example_value
 Any optional example value for the argument.
 
bool sensitive = False
 Is the argument value sensitive?
 
*string short_desc
 Argument short description in plain text.
 

Detailed Description

Data provider expression arg info.

Member Data Documentation

◆ example_value

auto DataProvider::DataProviderArgInfo::example_value

Any optional example value for the argument.

The value must be acceptable by the argument's type