The ConfigParameter
S3 class represents a configuration parameter in StreamFind. The ConfigParameter
is a list of at least two elements - name
and description
.
Usage
ConfigParameter(name = NA_character_, description = NA_character_)
# S3 method for class 'ConfigParameter'
validate_object(x)