Poq.SDK.Node

Home > @poq/sdk > BannerResponse

BannerResponse class

Banner response

Signature:

export declare class BannerResponse extends PoqContract 

Extends: PoqContract

Constructors

Constructor Modifiers Description
(constructor)(params)   Constructs a new instance of the BannerResponse class

Properties

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