Home > @poq/sdk-sfcc > Content > (constructor)
Constructs a new instance of the Content class
Signature:
constructor(params?: {
        id: string;
        cYear?: string;
        cBody?: string;
        cCustomCSSFile?: string;
        description?: string;
        name?: string;
        pageDescription?: string;
        pageKeywords?: string;
        pageTitle?: string;
    });
| Parameter | Type | Description | 
|---|---|---|
| params | { id: string; cYear?: string; cBody?: string; cCustomCSSFile?: string; description?: string; name?: string; pageDescription?: string; pageKeywords?: string; pageTitle?: string; } | (Optional) |