Poq.SDK.Node

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

SearchRequestFilterAttribute.(constructor)

Constructs a new instance of the SearchRequestFilterAttribute class

Signature:

constructor(params: {
        name: string;
        values: string[];
    });

Parameters

Parameter Type Description
params { name: string; values: string[]; }