Poq.SDK.Node

Home > @poq/sdk-sfcc > ContentResult > (constructor)

ContentResult.(constructor)

Constructs a new instance of the ContentResult class

Signature:

constructor(params?: {
        count?: number;
        data?: Array<Content>;
        total?: number;
    });

Parameters

Parameter Type Description
params { count?: number; data?: Array<Content>; total?: number; } (Optional)