Java class for ResultRestrictions complex type.
| name | data type | description |
|---|---|---|
| resultRestriction | array of ResultRestriction | List of result restriction. |
Example
{
"resultRestrictions" : {
"resultRestriction" : [ {
"filterMethod" : "WHITE_LIST",
"parameterMatch" : {
"parameterName" : "...",
"parameterValues" : {
}
},
"parameterRemovalName" : "..."
}, {
"filterMethod" : "BLACK_LIST",
"parameterMatch" : {
"parameterName" : "...",
"parameterValues" : {
}
},
"parameterRemovalName" : "..."
} ]
}
}