Name | Type | Description | Notes |
---|---|---|---|
WineDescription | string |
func NewGetWineDescription200Response(wineDescription string, ) *GetWineDescription200Response
NewGetWineDescription200Response instantiates a new GetWineDescription200Response 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 NewGetWineDescription200ResponseWithDefaults() *GetWineDescription200Response
NewGetWineDescription200ResponseWithDefaults instantiates a new GetWineDescription200Response 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 *GetWineDescription200Response) GetWineDescription() string
GetWineDescription returns the WineDescription field if non-nil, zero value otherwise.
func (o *GetWineDescription200Response) GetWineDescriptionOk() (*string, bool)
GetWineDescriptionOk returns a tuple with the WineDescription field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetWineDescription200Response) SetWineDescription(v string)
SetWineDescription sets WineDescription field to given value.