ItemAttributes

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

Sources

Link copied to clipboard