Poq.SDK.Node

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

BannerResponse.(constructor)

Constructs a new instance of the BannerResponse class

Signature:

constructor(params: {
        id: number;
        width: number;
        height: number;
        sortIndex: number;
        isFeatured: boolean;
        showOnFirstLaunchOnly: boolean;
        paddingLeft: number;
        paddingRight: number;
        paddingTop: number;
        paddingBottom: number;
        title?: string;
        body?: string;
        url?: string;
        actionType?: string;
        actionParameter?: string;
        contentType?: string;
        videoUrl?: string;
        categoryType?: string;
        publishedDate?: Date;
    });

Parameters

Parameter Type Description
params { id: number; width: number; height: number; sortIndex: number; isFeatured: boolean; showOnFirstLaunchOnly: boolean; paddingLeft: number; paddingRight: number; paddingTop: number; paddingBottom: number; title?: string; body?: string; url?: string; actionType?: string; actionParameter?: string; contentType?: string; videoUrl?: string; categoryType?: string; publishedDate?: Date; }