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