Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.75 KB

GetWineDescription200Response.md

File metadata and controls

51 lines (28 loc) · 1.75 KB

GetWineDescription200Response

Properties

Name Type Description Notes
WineDescription string

Methods

NewGetWineDescription200Response

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

NewGetWineDescription200ResponseWithDefaults

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

GetWineDescription

func (o *GetWineDescription200Response) GetWineDescription() string

GetWineDescription returns the WineDescription field if non-nil, zero value otherwise.

GetWineDescriptionOk

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.

SetWineDescription

func (o *GetWineDescription200Response) SetWineDescription(v string)

SetWineDescription sets WineDescription field to given value.

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