ItemLimits

data class ItemLimits(val perUser: ItemLimits.PerUser) : Parcelable

Constructors

Link copied to clipboard
fun ItemLimits(perUser: ItemLimits.PerUser)

Types

Link copied to clipboard
data class PerUser(    val available: Int,     val total: Int,     val recurrentSchedule: ItemLimits.RecurrentSchedule) : Parcelable
Link copied to clipboard
data class RecurrentSchedule(val intervalType: String, val resetNextDate: Int) : Parcelable

Functions

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

Properties

Link copied to clipboard
@SerializedName(value = "per_user")
val perUser: ItemLimits.PerUser

Sources

Link copied to clipboard