Home > @poq/sdk > BannerResponse
Banner response
Signature:
export declare class BannerResponse extends PoqContract
Extends: PoqContract
Constructor | Modifiers | Description |
---|---|---|
(constructor)(params) | Constructs a new instance of the BannerResponse class |
Property | Modifiers | Type | Description |
---|---|---|---|
actionParameter | string | undefined | Action Parameter | |
actionType | string | undefined | Action Type | |
body | string | undefined | Body | |
categoryType | string | undefined | Category Type | |
contentType | string | undefined | Content Type | |
height | number | Height | |
id | number | Id | |
isFeatured | boolean | Is Featured | |
paddingBottom | number | Padding Bottom | |
paddingLeft | number | Padding Left | |
paddingRight | number | Padding Right | |
paddingTop | number | Padding Top | |
publishedDate | Date | undefined | Publish Date | |
showOnFirstLaunchOnly | boolean | Show On First Launch Only | |
sortIndex | number | Sort Index | |
title | string | undefined | Title | |
url | string | undefined | Url | |
videoUrl | string | undefined | Video Url | |
width | number | Width |