Name | Type | Description | Notes |
---|---|---|---|
Metric | RecipeInformationExtendedIngredientsInnerMeasuresMetric | ||
Us | RecipeInformationExtendedIngredientsInnerMeasuresMetric |
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
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
func (o *RecipeInformationExtendedIngredientsInnerMeasures) GetMetric() RecipeInformationExtendedIngredientsInnerMeasuresMetric
GetMetric returns the Metric field if non-nil, zero value otherwise.
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.
func (o *RecipeInformationExtendedIngredientsInnerMeasures) SetMetric(v RecipeInformationExtendedIngredientsInnerMeasuresMetric)
SetMetric sets Metric field to given value.
func (o *RecipeInformationExtendedIngredientsInnerMeasures) GetUs() RecipeInformationExtendedIngredientsInnerMeasuresMetric
GetUs returns the Us field if non-nil, zero value otherwise.
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.
func (o *RecipeInformationExtendedIngredientsInnerMeasures) SetUs(v RecipeInformationExtendedIngredientsInnerMeasuresMetric)
SetUs sets Us field to given value.