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