Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.66 KB

ComputeGlycemicLoad200Response.md

File metadata and controls

72 lines (39 loc) · 2.66 KB

ComputeGlycemicLoad200Response

Properties

Name Type Description Notes
TotalGlycemicLoad float32
Ingredients []ComputeGlycemicLoad200ResponseIngredientsInner

Methods

NewComputeGlycemicLoad200Response

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

NewComputeGlycemicLoad200ResponseWithDefaults

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

GetTotalGlycemicLoad

func (o *ComputeGlycemicLoad200Response) GetTotalGlycemicLoad() float32

GetTotalGlycemicLoad returns the TotalGlycemicLoad field if non-nil, zero value otherwise.

GetTotalGlycemicLoadOk

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.

SetTotalGlycemicLoad

func (o *ComputeGlycemicLoad200Response) SetTotalGlycemicLoad(v float32)

SetTotalGlycemicLoad sets TotalGlycemicLoad field to given value.

GetIngredients

func (o *ComputeGlycemicLoad200Response) GetIngredients() []ComputeGlycemicLoad200ResponseIngredientsInner

GetIngredients returns the Ingredients field if non-nil, zero value otherwise.

GetIngredientsOk

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.

SetIngredients

func (o *ComputeGlycemicLoad200Response) SetIngredients(v []ComputeGlycemicLoad200ResponseIngredientsInner)

SetIngredients sets Ingredients field to given value.

[Back to Model list] [Back to API list] [Back to README]