Skip to content

Latest commit

 

History

History
114 lines (61 loc) · 3.84 KB

GetRecipeNutritionWidgetByID200ResponseGoodInner.md

File metadata and controls

114 lines (61 loc) · 3.84 KB

GetRecipeNutritionWidgetByID200ResponseGoodInner

Properties

Name Type Description Notes
Amount string
Indented bool
PercentOfDailyNeeds float32
Title string

Methods

NewGetRecipeNutritionWidgetByID200ResponseGoodInner

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

NewGetRecipeNutritionWidgetByID200ResponseGoodInnerWithDefaults

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

GetAmount

func (o *GetRecipeNutritionWidgetByID200ResponseGoodInner) GetAmount() string

GetAmount returns the Amount field if non-nil, zero value otherwise.

GetAmountOk

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.

SetAmount

func (o *GetRecipeNutritionWidgetByID200ResponseGoodInner) SetAmount(v string)

SetAmount sets Amount field to given value.

GetIndented

func (o *GetRecipeNutritionWidgetByID200ResponseGoodInner) GetIndented() bool

GetIndented returns the Indented field if non-nil, zero value otherwise.

GetIndentedOk

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.

SetIndented

func (o *GetRecipeNutritionWidgetByID200ResponseGoodInner) SetIndented(v bool)

SetIndented sets Indented field to given value.

GetPercentOfDailyNeeds

func (o *GetRecipeNutritionWidgetByID200ResponseGoodInner) GetPercentOfDailyNeeds() float32

GetPercentOfDailyNeeds returns the PercentOfDailyNeeds field if non-nil, zero value otherwise.

GetPercentOfDailyNeedsOk

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.

SetPercentOfDailyNeeds

func (o *GetRecipeNutritionWidgetByID200ResponseGoodInner) SetPercentOfDailyNeeds(v float32)

SetPercentOfDailyNeeds sets PercentOfDailyNeeds field to given value.

GetTitle

func (o *GetRecipeNutritionWidgetByID200ResponseGoodInner) GetTitle() string

GetTitle returns the Title field if non-nil, zero value otherwise.

GetTitleOk

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.

SetTitle

func (o *GetRecipeNutritionWidgetByID200ResponseGoodInner) SetTitle(v string)

SetTitle sets Title field to given value.

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