Poq.SDK.Node

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

SearchResponseFilterToggle.(constructor)

Constructs a new instance of the SearchResponseFilterToggle class

Signature:

constructor(params: {
        positive: string;
        negative?: string;
    });

Parameters

Parameter Type Description
params { positive: string; negative?: string; }