Attach

data class Attach(var added: Long? = null, var link: String? = null) : Parcelable

Model class fetch attach files from NoticeModel and EventModel

See also

Constructors

Link copied to clipboard
constructor(added: Long? = null, link: String? = null)

Properties

Link copied to clipboard
var added: Long?
Link copied to clipboard
var link: String?

Functions

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