FollowUserTag

data class FollowUserTag(val tagid: String? = null, val follow: Boolean? = null) : Parcelable

Constructors

Link copied to clipboard
constructor(tagid: String? = null, follow: Boolean? = null)

Properties

Link copied to clipboard
val follow: Boolean? = null
Link copied to clipboard
val tagid: String? = null

Inherited functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)