Name | Type | Description | Notes |
---|---|---|---|
Title | string | ||
Amount | string | ||
Indented | bool | ||
PercentOfDailyNeeds | float32 |
func NewGetRecipeNutritionWidgetByID200ResponseBadInner(title string, amount string, indented bool, percentOfDailyNeeds float32, ) *GetRecipeNutritionWidgetByID200ResponseBadInner
NewGetRecipeNutritionWidgetByID200ResponseBadInner instantiates a new GetRecipeNutritionWidgetByID200ResponseBadInner 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 NewGetRecipeNutritionWidgetByID200ResponseBadInnerWithDefaults() *GetRecipeNutritionWidgetByID200ResponseBadInner
NewGetRecipeNutritionWidgetByID200ResponseBadInnerWithDefaults instantiates a new GetRecipeNutritionWidgetByID200ResponseBadInner 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 *GetRecipeNutritionWidgetByID200ResponseBadInner) GetTitle() string
GetTitle returns the Title field if non-nil, zero value otherwise.
func (o *GetRecipeNutritionWidgetByID200ResponseBadInner) 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 *GetRecipeNutritionWidgetByID200ResponseBadInner) SetTitle(v string)
SetTitle sets Title field to given value.
func (o *GetRecipeNutritionWidgetByID200ResponseBadInner) GetAmount() string
GetAmount returns the Amount field if non-nil, zero value otherwise.
func (o *GetRecipeNutritionWidgetByID200ResponseBadInner) 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 *GetRecipeNutritionWidgetByID200ResponseBadInner) SetAmount(v string)
SetAmount sets Amount field to given value.
func (o *GetRecipeNutritionWidgetByID200ResponseBadInner) GetIndented() bool
GetIndented returns the Indented field if non-nil, zero value otherwise.
func (o *GetRecipeNutritionWidgetByID200ResponseBadInner) 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 *GetRecipeNutritionWidgetByID200ResponseBadInner) SetIndented(v bool)
SetIndented sets Indented field to given value.
func (o *GetRecipeNutritionWidgetByID200ResponseBadInner) GetPercentOfDailyNeeds() float32
GetPercentOfDailyNeeds returns the PercentOfDailyNeeds field if non-nil, zero value otherwise.
func (o *GetRecipeNutritionWidgetByID200ResponseBadInner) 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 *GetRecipeNutritionWidgetByID200ResponseBadInner) SetPercentOfDailyNeeds(v float32)
SetPercentOfDailyNeeds sets PercentOfDailyNeeds field to given value.