ItemAttributes

data class ItemAttributes(    val externalId: String? = null,     val name: String? = null,     val values: List<ValuesAttributes> = emptyList()) : Parcelable

Constructors

Link copied to clipboard
fun ItemAttributes(    externalId: String? = null,     name: String? = null,     values: List<ValuesAttributes> = emptyList())

Functions

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

Properties

Link copied to clipboard
@SerializedName(value = "external_id")
val externalId: String? = null
Link copied to clipboard
val name: String? = null
Link copied to clipboard
val values: List<ValuesAttributes>

Sources

Link copied to clipboard