Skip to content

//woua-matrimony-sdk/com.woualabs.matrimony.user.mapper/WidgetsRecord

WidgetsRecord

[common]\ data class WidgetsRecord(typeId: Int?, subTypeId: Int?, title: String?, deepLink: String?, deepLinkText: String?, bgColor: String?, logoLink: String?, banner: List<BannerRecord>?, items: List<UserRecord>?, discoverItemRecords: List<DiscoverItemRecord>?, happyStoryRecords: List<HappyStoryRecord>?)

Properties

Name Summary
banner [common]
val banner: List<BannerRecord>?
bgColor [common]
val bgColor: String?
deepLink [common]
val deepLink: String?
deepLinkText [common]
val deepLinkText: String?
discoverItemRecords [common]
val discoverItemRecords: List<DiscoverItemRecord>?
happyStoryRecords [common]
val happyStoryRecords: List<HappyStoryRecord>?
items [common]
val items: List<UserRecord>?
logoLink [common]
val logoLink: String?
subTypeId [common]
val subTypeId: Int?
title [common]
val title: String?
typeId [common]
val typeId: Int?