Package openfoodfacts.github.scrachx.openfood.models.entities.attribute

Types

Link copied to clipboard
data class Attribute(    val match: Float,     val id: String,     val descriptionShort: String?,     val status: String,     val iconUrl: String?,     val title: String?,     val name: String?,     val description: String?,     val debug: String?)
Link copied to clipboard
data class AttributeGroup(    val id: String?,     val name: String?,     val warning: String?,     val attributes: List<Attribute>?)