Name | Type | Description | Notes |
---|---|---|---|
Id | int32 | ||
Original | string | ||
GlycemicIndex | float32 | ||
GlycemicLoad | float32 |
func NewComputeGlycemicLoad200ResponseIngredientsInner(id int32, original string, glycemicIndex float32, glycemicLoad float32, ) *ComputeGlycemicLoad200ResponseIngredientsInner
NewComputeGlycemicLoad200ResponseIngredientsInner instantiates a new ComputeGlycemicLoad200ResponseIngredientsInner 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 NewComputeGlycemicLoad200ResponseIngredientsInnerWithDefaults() *ComputeGlycemicLoad200ResponseIngredientsInner
NewComputeGlycemicLoad200ResponseIngredientsInnerWithDefaults instantiates a new ComputeGlycemicLoad200ResponseIngredientsInner 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 *ComputeGlycemicLoad200ResponseIngredientsInner) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ComputeGlycemicLoad200ResponseIngredientsInner) GetIdOk() (*int32, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ComputeGlycemicLoad200ResponseIngredientsInner) SetId(v int32)
SetId sets Id field to given value.
func (o *ComputeGlycemicLoad200ResponseIngredientsInner) GetOriginal() string
GetOriginal returns the Original field if non-nil, zero value otherwise.
func (o *ComputeGlycemicLoad200ResponseIngredientsInner) GetOriginalOk() (*string, bool)
GetOriginalOk returns a tuple with the Original field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ComputeGlycemicLoad200ResponseIngredientsInner) SetOriginal(v string)
SetOriginal sets Original field to given value.
func (o *ComputeGlycemicLoad200ResponseIngredientsInner) GetGlycemicIndex() float32
GetGlycemicIndex returns the GlycemicIndex field if non-nil, zero value otherwise.
func (o *ComputeGlycemicLoad200ResponseIngredientsInner) GetGlycemicIndexOk() (*float32, bool)
GetGlycemicIndexOk returns a tuple with the GlycemicIndex field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ComputeGlycemicLoad200ResponseIngredientsInner) SetGlycemicIndex(v float32)
SetGlycemicIndex sets GlycemicIndex field to given value.
func (o *ComputeGlycemicLoad200ResponseIngredientsInner) GetGlycemicLoad() float32
GetGlycemicLoad returns the GlycemicLoad field if non-nil, zero value otherwise.
func (o *ComputeGlycemicLoad200ResponseIngredientsInner) GetGlycemicLoadOk() (*float32, bool)
GetGlycemicLoadOk returns a tuple with the GlycemicLoad field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ComputeGlycemicLoad200ResponseIngredientsInner) SetGlycemicLoad(v float32)
SetGlycemicLoad sets GlycemicLoad field to given value.