Name | Type | Description | Notes |
---|---|---|---|
Id | int32 | ||
Name | string | ||
Image | string |
func NewIngredientSearch200ResponseResultsInner(id int32, name string, image string, ) *IngredientSearch200ResponseResultsInner
NewIngredientSearch200ResponseResultsInner instantiates a new IngredientSearch200ResponseResultsInner 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 NewIngredientSearch200ResponseResultsInnerWithDefaults() *IngredientSearch200ResponseResultsInner
NewIngredientSearch200ResponseResultsInnerWithDefaults instantiates a new IngredientSearch200ResponseResultsInner 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 *IngredientSearch200ResponseResultsInner) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *IngredientSearch200ResponseResultsInner) GetIdOk() (*int32, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IngredientSearch200ResponseResultsInner) SetId(v int32)
SetId sets Id field to given value.
func (o *IngredientSearch200ResponseResultsInner) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *IngredientSearch200ResponseResultsInner) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IngredientSearch200ResponseResultsInner) SetName(v string)
SetName sets Name field to given value.
func (o *IngredientSearch200ResponseResultsInner) GetImage() string
GetImage returns the Image field if non-nil, zero value otherwise.
func (o *IngredientSearch200ResponseResultsInner) GetImageOk() (*string, bool)
GetImageOk returns a tuple with the Image field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IngredientSearch200ResponseResultsInner) SetImage(v string)
SetImage sets Image field to given value.