Home > @poq/sdk > SearchRequestFilterAttribute > (constructor)
Constructs a new instance of the SearchRequestFilterAttribute
class
Signature:
constructor(params: {
name: string;
values: string[];
});
Parameter | Type | Description |
---|---|---|
params | { name: string; values: string[]; } |