Identifier

data class Identifier(system: String, value: String, type: String) : Parcelable

Functions

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

Properties

system
Link copied to clipboard
val system: String
type
Link copied to clipboard
val type: String
value
Link copied to clipboard
val value: String