AttributeDto

@Xml(name = "Attribute")
data class AttributeDto(@Element(name = "UserText") val userText: NameDto, @PropertyElement(name = "Code") val code: String) : Parcelable

Created by Michael Ruppen on 28.06.2024

Constructors

Link copied to clipboard
constructor(@Element(name = "UserText") userText: NameDto, @PropertyElement(name = "Code") code: String)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

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