Name | Type | Description | Notes |
---|---|---|---|
Id | int32 | ||
Title | string | ||
AverageRating | float32 | ||
Description | Pointer to string | [optional] | |
ImageUrl | string | ||
Link | string | ||
Price | string | ||
RatingCount | int32 | ||
Score | float32 |
func NewGetWinePairing200ResponseProductMatchesInner(id int32, title string, averageRating float32, imageUrl string, link string, price string, ratingCount int32, score float32, ) *GetWinePairing200ResponseProductMatchesInner
NewGetWinePairing200ResponseProductMatchesInner instantiates a new GetWinePairing200ResponseProductMatchesInner 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 NewGetWinePairing200ResponseProductMatchesInnerWithDefaults() *GetWinePairing200ResponseProductMatchesInner
NewGetWinePairing200ResponseProductMatchesInnerWithDefaults instantiates a new GetWinePairing200ResponseProductMatchesInner 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 *GetWinePairing200ResponseProductMatchesInner) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *GetWinePairing200ResponseProductMatchesInner) 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 *GetWinePairing200ResponseProductMatchesInner) SetId(v int32)
SetId sets Id field to given value.
func (o *GetWinePairing200ResponseProductMatchesInner) GetTitle() string
GetTitle returns the Title field if non-nil, zero value otherwise.
func (o *GetWinePairing200ResponseProductMatchesInner) 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 *GetWinePairing200ResponseProductMatchesInner) SetTitle(v string)
SetTitle sets Title field to given value.
func (o *GetWinePairing200ResponseProductMatchesInner) GetAverageRating() float32
GetAverageRating returns the AverageRating field if non-nil, zero value otherwise.
func (o *GetWinePairing200ResponseProductMatchesInner) GetAverageRatingOk() (*float32, bool)
GetAverageRatingOk returns a tuple with the AverageRating field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetWinePairing200ResponseProductMatchesInner) SetAverageRating(v float32)
SetAverageRating sets AverageRating field to given value.
func (o *GetWinePairing200ResponseProductMatchesInner) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *GetWinePairing200ResponseProductMatchesInner) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetWinePairing200ResponseProductMatchesInner) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *GetWinePairing200ResponseProductMatchesInner) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *GetWinePairing200ResponseProductMatchesInner) GetImageUrl() string
GetImageUrl returns the ImageUrl field if non-nil, zero value otherwise.
func (o *GetWinePairing200ResponseProductMatchesInner) GetImageUrlOk() (*string, bool)
GetImageUrlOk returns a tuple with the ImageUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetWinePairing200ResponseProductMatchesInner) SetImageUrl(v string)
SetImageUrl sets ImageUrl field to given value.
func (o *GetWinePairing200ResponseProductMatchesInner) GetLink() string
GetLink returns the Link field if non-nil, zero value otherwise.
func (o *GetWinePairing200ResponseProductMatchesInner) GetLinkOk() (*string, bool)
GetLinkOk returns a tuple with the Link field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetWinePairing200ResponseProductMatchesInner) SetLink(v string)
SetLink sets Link field to given value.
func (o *GetWinePairing200ResponseProductMatchesInner) GetPrice() string
GetPrice returns the Price field if non-nil, zero value otherwise.
func (o *GetWinePairing200ResponseProductMatchesInner) GetPriceOk() (*string, bool)
GetPriceOk returns a tuple with the Price field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetWinePairing200ResponseProductMatchesInner) SetPrice(v string)
SetPrice sets Price field to given value.
func (o *GetWinePairing200ResponseProductMatchesInner) GetRatingCount() int32
GetRatingCount returns the RatingCount field if non-nil, zero value otherwise.
func (o *GetWinePairing200ResponseProductMatchesInner) GetRatingCountOk() (*int32, bool)
GetRatingCountOk returns a tuple with the RatingCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetWinePairing200ResponseProductMatchesInner) SetRatingCount(v int32)
SetRatingCount sets RatingCount field to given value.
func (o *GetWinePairing200ResponseProductMatchesInner) GetScore() float32
GetScore returns the Score field if non-nil, zero value otherwise.
func (o *GetWinePairing200ResponseProductMatchesInner) GetScoreOk() (*float32, bool)
GetScoreOk returns a tuple with the Score field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetWinePairing200ResponseProductMatchesInner) SetScore(v float32)
SetScore sets Score field to given value.