PayloadResponse

data class PayloadResponse(var key: String? = null, var status: String? = null, var loaded: String? = null, var message: String? = null, var availableDateList: List<String>? = null) : Parcelable

Deprecated

Use the new GenericInfo class

Constructors

Link copied to clipboard
constructor(key: String? = null, status: String? = null, loaded: String? = null, message: String? = null, availableDateList: List<String>? = null)

Properties

Link copied to clipboard
Link copied to clipboard
var key: String?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Inherited functions

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