AppConfig

constructor(    id: String? = null,     type: String? = null,     showThumbnails: Boolean? = null,     showNextPreviousControls: Boolean? = null,     subtype: String? = null,     swipeDirection: String? = null,     backgroundColor: String? = null,     skin_foregroundColor: String? = null,     clipAdInterval: Int? = null,     firstAdPosition: Int? = null,     minuteAdInterval: Int? = null,     listThumbnailHeight: Int? = null,     listThumbnailResponsiveHeight: Boolean? = null,     listThumbnailGap: Int? = null,     showThumbnailDuration: Boolean? = null,     showThumbnailTitle: Boolean? = null,     thumbnailBackground: Boolean? = null,     cornerRadius: Int? = null,     adunitId: String? = null,     playout: Playout? = null,     cliplistid: String? = null,     viewedClipBehaviour: String? = null)