Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.59 KB

ReleaseVerDTO.md

File metadata and controls

56 lines (31 loc) · 1.59 KB

ReleaseVerDTO

Properties

Name Type Description Notes
ReleaseVer Pointer to string [optional]

Methods

NewReleaseVerDTO

func NewReleaseVerDTO() *ReleaseVerDTO

NewReleaseVerDTO instantiates a new ReleaseVerDTO 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

NewReleaseVerDTOWithDefaults

func NewReleaseVerDTOWithDefaults() *ReleaseVerDTO

NewReleaseVerDTOWithDefaults instantiates a new ReleaseVerDTO 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

GetReleaseVer

func (o *ReleaseVerDTO) GetReleaseVer() string

GetReleaseVer returns the ReleaseVer field if non-nil, zero value otherwise.

GetReleaseVerOk

func (o *ReleaseVerDTO) GetReleaseVerOk() (*string, bool)

GetReleaseVerOk returns a tuple with the ReleaseVer field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetReleaseVer

func (o *ReleaseVerDTO) SetReleaseVer(v string)

SetReleaseVer sets ReleaseVer field to given value.

HasReleaseVer

func (o *ReleaseVerDTO) HasReleaseVer() bool

HasReleaseVer returns a boolean if a field has been set.

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