Name | Type | Description | Notes |
---|---|---|---|
Amount | string | ||
Indented | bool | ||
PercentOfDailyNeeds | float32 | ||
Title | string |
func NewGetRecipeNutritionWidgetByID200ResponseGoodInner(amount string, indented bool, percentOfDailyNeeds float32, title string, ) *GetRecipeNutritionWidgetByID200ResponseGoodInner
NewGetRecipeNutritionWidgetByID200ResponseGoodInner instantiates a new GetRecipeNutritionWidgetByID200ResponseGoodInner 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 NewGetRecipeNutritionWidgetByID200ResponseGoodInnerWithDefaults() *GetRecipeNutritionWidgetByID200ResponseGoodInner
NewGetRecipeNutritionWidgetByID200ResponseGoodInnerWithDefaults instantiates a new GetRecipeNutritionWidgetByID200ResponseGoodInner 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 *GetRecipeNutritionWidgetByID200ResponseGoodInner) GetAmount() string
GetAmount returns the Amount field if non-nil, zero value otherwise.
func (o *GetRecipeNutritionWidgetByID200ResponseGoodInner) GetAmountOk() (*string, bool)
GetAmountOk returns a tuple with the Amount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetRecipeNutritionWidgetByID200ResponseGoodInner) SetAmount(v string)
SetAmount sets Amount field to given value.
func (o *GetRecipeNutritionWidgetByID200ResponseGoodInner) GetIndented() bool
GetIndented returns the Indented field if non-nil, zero value otherwise.
func (o *GetRecipeNutritionWidgetByID200ResponseGoodInner) GetIndentedOk() (*bool, bool)
GetIndentedOk returns a tuple with the Indented field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetRecipeNutritionWidgetByID200ResponseGoodInner) SetIndented(v bool)
SetIndented sets Indented field to given value.
func (o *GetRecipeNutritionWidgetByID200ResponseGoodInner) GetPercentOfDailyNeeds() float32
GetPercentOfDailyNeeds returns the PercentOfDailyNeeds field if non-nil, zero value otherwise.
func (o *GetRecipeNutritionWidgetByID200ResponseGoodInner) GetPercentOfDailyNeedsOk() (*float32, bool)
GetPercentOfDailyNeedsOk returns a tuple with the PercentOfDailyNeeds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetRecipeNutritionWidgetByID200ResponseGoodInner) SetPercentOfDailyNeeds(v float32)
SetPercentOfDailyNeeds sets PercentOfDailyNeeds field to given value.
func (o *GetRecipeNutritionWidgetByID200ResponseGoodInner) GetTitle() string
GetTitle returns the Title field if non-nil, zero value otherwise.
func (o *GetRecipeNutritionWidgetByID200ResponseGoodInner) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetRecipeNutritionWidgetByID200ResponseGoodInner) SetTitle(v string)
SetTitle sets Title field to given value.