Skip to content

Files

Latest commit

c63606a · Jul 18, 2024

History

History
72 lines (39 loc) · 3.04 KB

RecipeInformationExtendedIngredientsInnerMeasures.md

File metadata and controls

72 lines (39 loc) · 3.04 KB

RecipeInformationExtendedIngredientsInnerMeasures

Properties

Name Type Description Notes
Metric RecipeInformationExtendedIngredientsInnerMeasuresMetric
Us RecipeInformationExtendedIngredientsInnerMeasuresMetric

Methods

NewRecipeInformationExtendedIngredientsInnerMeasures

func NewRecipeInformationExtendedIngredientsInnerMeasures(metric RecipeInformationExtendedIngredientsInnerMeasuresMetric, us RecipeInformationExtendedIngredientsInnerMeasuresMetric, ) *RecipeInformationExtendedIngredientsInnerMeasures

NewRecipeInformationExtendedIngredientsInnerMeasures instantiates a new RecipeInformationExtendedIngredientsInnerMeasures 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

NewRecipeInformationExtendedIngredientsInnerMeasuresWithDefaults

func NewRecipeInformationExtendedIngredientsInnerMeasuresWithDefaults() *RecipeInformationExtendedIngredientsInnerMeasures

NewRecipeInformationExtendedIngredientsInnerMeasuresWithDefaults instantiates a new RecipeInformationExtendedIngredientsInnerMeasures 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

GetMetric

func (o *RecipeInformationExtendedIngredientsInnerMeasures) GetMetric() RecipeInformationExtendedIngredientsInnerMeasuresMetric

GetMetric returns the Metric field if non-nil, zero value otherwise.

GetMetricOk

func (o *RecipeInformationExtendedIngredientsInnerMeasures) GetMetricOk() (*RecipeInformationExtendedIngredientsInnerMeasuresMetric, bool)

GetMetricOk returns a tuple with the Metric field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetMetric

func (o *RecipeInformationExtendedIngredientsInnerMeasures) SetMetric(v RecipeInformationExtendedIngredientsInnerMeasuresMetric)

SetMetric sets Metric field to given value.

GetUs

func (o *RecipeInformationExtendedIngredientsInnerMeasures) GetUs() RecipeInformationExtendedIngredientsInnerMeasuresMetric

GetUs returns the Us field if non-nil, zero value otherwise.

GetUsOk

func (o *RecipeInformationExtendedIngredientsInnerMeasures) GetUsOk() (*RecipeInformationExtendedIngredientsInnerMeasuresMetric, bool)

GetUsOk returns a tuple with the Us field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetUs

func (o *RecipeInformationExtendedIngredientsInnerMeasures) SetUs(v RecipeInformationExtendedIngredientsInnerMeasuresMetric)

SetUs sets Us field to given value.

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