Skip to content

Files

Latest commit

c63606a · Jul 18, 2024

History

History
219 lines (116 loc) · 6.69 KB

RecipeInformationWinePairingProductMatchesInner.md

File metadata and controls

219 lines (116 loc) · 6.69 KB

RecipeInformationWinePairingProductMatchesInner

Properties

Name Type Description Notes
Id int32
Title string
Description string
Price string
ImageUrl string
AverageRating float32
RatingCount int32
Score float32
Link string

Methods

NewRecipeInformationWinePairingProductMatchesInner

func NewRecipeInformationWinePairingProductMatchesInner(id int32, title string, description string, price string, imageUrl string, averageRating float32, ratingCount int32, score float32, link string, ) *RecipeInformationWinePairingProductMatchesInner

NewRecipeInformationWinePairingProductMatchesInner instantiates a new RecipeInformationWinePairingProductMatchesInner 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

NewRecipeInformationWinePairingProductMatchesInnerWithDefaults

func NewRecipeInformationWinePairingProductMatchesInnerWithDefaults() *RecipeInformationWinePairingProductMatchesInner

NewRecipeInformationWinePairingProductMatchesInnerWithDefaults instantiates a new RecipeInformationWinePairingProductMatchesInner 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

GetId

func (o *RecipeInformationWinePairingProductMatchesInner) GetId() int32

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *RecipeInformationWinePairingProductMatchesInner) 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.

SetId

func (o *RecipeInformationWinePairingProductMatchesInner) SetId(v int32)

SetId sets Id field to given value.

GetTitle

func (o *RecipeInformationWinePairingProductMatchesInner) GetTitle() string

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

GetTitleOk

func (o *RecipeInformationWinePairingProductMatchesInner) 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 *RecipeInformationWinePairingProductMatchesInner) SetTitle(v string)

SetTitle sets Title field to given value.

GetDescription

func (o *RecipeInformationWinePairingProductMatchesInner) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

func (o *RecipeInformationWinePairingProductMatchesInner) 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.

SetDescription

func (o *RecipeInformationWinePairingProductMatchesInner) SetDescription(v string)

SetDescription sets Description field to given value.

GetPrice

func (o *RecipeInformationWinePairingProductMatchesInner) GetPrice() string

GetPrice returns the Price field if non-nil, zero value otherwise.

GetPriceOk

func (o *RecipeInformationWinePairingProductMatchesInner) 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.

SetPrice

func (o *RecipeInformationWinePairingProductMatchesInner) SetPrice(v string)

SetPrice sets Price field to given value.

GetImageUrl

func (o *RecipeInformationWinePairingProductMatchesInner) GetImageUrl() string

GetImageUrl returns the ImageUrl field if non-nil, zero value otherwise.

GetImageUrlOk

func (o *RecipeInformationWinePairingProductMatchesInner) 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.

SetImageUrl

func (o *RecipeInformationWinePairingProductMatchesInner) SetImageUrl(v string)

SetImageUrl sets ImageUrl field to given value.

GetAverageRating

func (o *RecipeInformationWinePairingProductMatchesInner) GetAverageRating() float32

GetAverageRating returns the AverageRating field if non-nil, zero value otherwise.

GetAverageRatingOk

func (o *RecipeInformationWinePairingProductMatchesInner) 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.

SetAverageRating

func (o *RecipeInformationWinePairingProductMatchesInner) SetAverageRating(v float32)

SetAverageRating sets AverageRating field to given value.

GetRatingCount

func (o *RecipeInformationWinePairingProductMatchesInner) GetRatingCount() int32

GetRatingCount returns the RatingCount field if non-nil, zero value otherwise.

GetRatingCountOk

func (o *RecipeInformationWinePairingProductMatchesInner) 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.

SetRatingCount

func (o *RecipeInformationWinePairingProductMatchesInner) SetRatingCount(v int32)

SetRatingCount sets RatingCount field to given value.

GetScore

func (o *RecipeInformationWinePairingProductMatchesInner) GetScore() float32

GetScore returns the Score field if non-nil, zero value otherwise.

GetScoreOk

func (o *RecipeInformationWinePairingProductMatchesInner) 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.

SetScore

func (o *RecipeInformationWinePairingProductMatchesInner) SetScore(v float32)

SetScore sets Score field to given value.

GetLink

func (o *RecipeInformationWinePairingProductMatchesInner) GetLink() string

GetLink returns the Link field if non-nil, zero value otherwise.

GetLinkOk

func (o *RecipeInformationWinePairingProductMatchesInner) 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.

SetLink

func (o *RecipeInformationWinePairingProductMatchesInner) SetLink(v string)

SetLink sets Link field to given value.

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