Type Alias: VariableValueFilterProperty
type VariableValueFilterProperty = object;
Properties
name
name: string;
Name of the variable.
value
value: StringFilterProperty;
The value of the variable.
Variable values in filters need to be in serialized JSON format. For example, a variable
with string value myValue can be found with the filter value "myValue". Consider
appropriate escaping for special characters in JSON strings when constructing filter values.