Increment

data class Increment(val key: String, val value: Int) : Parcelable

Represents an increment value.

Constructors

Link copied to clipboard
constructor(key: String, value: Int)

Properties

Link copied to clipboard
@SerializedName(value = "key")
val key: String

Key of the increment.

Link copied to clipboard
@SerializedName(value = "value")
val value: Int

Value of the increment.

Functions

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