Poq.SDK.Node

Home > @poq/sdk > FilterAttribute > (constructor)

FilterAttribute.(constructor)

Constructs a new instance of the FilterAttribute class

Signature:

constructor(params: {
        name: string;
        value: string;
    });

Parameters

Parameter Type Description
params { name: string; value: string; }