Profile Associated
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)