[{"label":"Latest (v1)","version":"latest"}]
cloud-partner-navigator
SearchFilter
Defines the properties of the search filter.
Properties
OperatorEnum
operator
Optional
Defines the properties of the Operator enum.
Possible values are: LIKE , EQUALS
string
value
Optional
The value of the search filter.
JSON Example
{
"operator": "LIKE",
"value": "..."
}