FeedsPreferencesResponse

data class FeedsPreferencesResponse(@Json(name = "comment") val comment: String? = null, @Json(name = "comment_mention") val commentMention: String? = null, @Json(name = "comment_reaction") val commentReaction: String? = null, @Json(name = "comment_reply") val commentReply: String? = null, @Json(name = "follow") val follow: String? = null, @Json(name = "mention") val mention: String? = null, @Json(name = "reaction") val reaction: String? = null, @Json(name = "custom_activity_types") val customActivityTypes: Map<String, String>? = emptyMap())

Constructors

Link copied to clipboard
constructor(@Json(name = "comment") comment: String? = null, @Json(name = "comment_mention") commentMention: String? = null, @Json(name = "comment_reaction") commentReaction: String? = null, @Json(name = "comment_reply") commentReply: String? = null, @Json(name = "follow") follow: String? = null, @Json(name = "mention") mention: String? = null, @Json(name = "reaction") reaction: String? = null, @Json(name = "custom_activity_types") customActivityTypes: Map<String, String>? = emptyMap())

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard