NutrientLevels

data class NutrientLevels(    var salt: NutrimentLevel? = null,     var fat: NutrimentLevel? = null,     var sugars: NutrimentLevel? = null,     var saturatedFat: NutrimentLevel? = null) : Serializable

Constructors

Link copied to clipboard
fun NutrientLevels(    salt: NutrimentLevel? = null,     fat: NutrimentLevel? = null,     sugars: NutrimentLevel? = null,     saturatedFat: NutrimentLevel? = null)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun setAdditionalProperty(name: String, value: Any)
Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
val additionalProperties: HashMap<String, Any>
Link copied to clipboard
var fat: NutrimentLevel? = null
Link copied to clipboard
var salt: NutrimentLevel? = null
Link copied to clipboard
var saturatedFat: NutrimentLevel? = null
Link copied to clipboard
var sugars: NutrimentLevel? = null