ProfileAssociated

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

Constructors

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

Properties

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