InstructionId

data class InstructionId(val value: String) : Parcelable

Holds the instruction ID value.

Constructors

Link copied to clipboard
fun InstructionId(value: String)

Properties

Link copied to clipboard
val value: String

Inherited functions

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