Name | Type | Description | Notes |
---|---|---|---|
TotalGlycemicLoad | float32 | ||
Ingredients | []ComputeGlycemicLoad200ResponseIngredientsInner |
func NewComputeGlycemicLoad200Response(totalGlycemicLoad float32, ingredients []ComputeGlycemicLoad200ResponseIngredientsInner, ) *ComputeGlycemicLoad200Response
NewComputeGlycemicLoad200Response instantiates a new ComputeGlycemicLoad200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewComputeGlycemicLoad200ResponseWithDefaults() *ComputeGlycemicLoad200Response
NewComputeGlycemicLoad200ResponseWithDefaults instantiates a new ComputeGlycemicLoad200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *ComputeGlycemicLoad200Response) GetTotalGlycemicLoad() float32
GetTotalGlycemicLoad returns the TotalGlycemicLoad field if non-nil, zero value otherwise.
func (o *ComputeGlycemicLoad200Response) GetTotalGlycemicLoadOk() (*float32, bool)
GetTotalGlycemicLoadOk returns a tuple with the TotalGlycemicLoad field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ComputeGlycemicLoad200Response) SetTotalGlycemicLoad(v float32)
SetTotalGlycemicLoad sets TotalGlycemicLoad field to given value.
func (o *ComputeGlycemicLoad200Response) GetIngredients() []ComputeGlycemicLoad200ResponseIngredientsInner
GetIngredients returns the Ingredients field if non-nil, zero value otherwise.
func (o *ComputeGlycemicLoad200Response) GetIngredientsOk() (*[]ComputeGlycemicLoad200ResponseIngredientsInner, bool)
GetIngredientsOk returns a tuple with the Ingredients field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ComputeGlycemicLoad200Response) SetIngredients(v []ComputeGlycemicLoad200ResponseIngredientsInner)
SetIngredients sets Ingredients field to given value.