ProfileAssociated

data class ProfileAssociated(    val lists: Long? = null,     val feedgens: Long? = null,     val starterPacks: Long? = null,     val labeler: Boolean? = null,     val chat: ProfileAssociatedChat? = null)

Constructors

Link copied to clipboard
constructor(lists: Long? = null, feedgens: Long? = null, starterPacks: Long? = null, labeler: Boolean? = null, chat: ProfileAssociatedChat? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val feedgens: Long? = null
Link copied to clipboard
val labeler: Boolean? = null
Link copied to clipboard
val lists: Long? = null
Link copied to clipboard
val starterPacks: Long? = null