ItemAttributes
data class ItemAttributes( val externalId: String? = null, val name: String? = null, val values: List<ValuesAttributes> = emptyList()) : Parcelable
Content copied to clipboard
Constructors
Link copied to clipboard
fun ItemAttributes( externalId: String? = null, name: String? = null, values: List<ValuesAttributes> = emptyList())
Content copied to clipboard