Description
The SearchField object contains information about a field that can be used in a Search.
Attributes
| Attribute | Type | Description |
|---|---|---|
id |
String | Returns an id that can be used for this search field |
label |
String | Returns a label for this search field |
name |
String | Returns the name of this search field |
options |
List[SearchFieldOption] | Returns a list of the options that can be used for this search field |
value |
List | Returns a Map representing the value(s) that have been submitted for this search field |