UpdateComponentId

@IviExperimental(reasons = [])
@Serializable
value class UpdateComponentId(val id: String) : Parcelable

Unique identifier for the component to be updated.

Constructors

Link copied to clipboard
constructor(id: String)

Properties

Link copied to clipboard
val id: String

The unique identifier.

Inherited functions

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