Name | Type | Description | Notes |
---|---|---|---|
BuildNotes | Pointer to string | Build notes | [optional] |
BuildTag | Pointer to string | Build tag | [optional] |
BuildTimestamp | Pointer to string | Build timestamp | [optional] |
Version | Pointer to string | Version | [optional] |
func NewVersion() *Version
NewVersion instantiates a new Version 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 NewVersionWithDefaults() *Version
NewVersionWithDefaults instantiates a new Version 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 *Version) GetBuildNotes() string
GetBuildNotes returns the BuildNotes field if non-nil, zero value otherwise.
func (o *Version) GetBuildNotesOk() (*string, bool)
GetBuildNotesOk returns a tuple with the BuildNotes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Version) SetBuildNotes(v string)
SetBuildNotes sets BuildNotes field to given value.
func (o *Version) HasBuildNotes() bool
HasBuildNotes returns a boolean if a field has been set.
func (o *Version) GetBuildTag() string
GetBuildTag returns the BuildTag field if non-nil, zero value otherwise.
func (o *Version) GetBuildTagOk() (*string, bool)
GetBuildTagOk returns a tuple with the BuildTag field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Version) SetBuildTag(v string)
SetBuildTag sets BuildTag field to given value.
func (o *Version) HasBuildTag() bool
HasBuildTag returns a boolean if a field has been set.
func (o *Version) GetBuildTimestamp() string
GetBuildTimestamp returns the BuildTimestamp field if non-nil, zero value otherwise.
func (o *Version) GetBuildTimestampOk() (*string, bool)
GetBuildTimestampOk returns a tuple with the BuildTimestamp field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Version) SetBuildTimestamp(v string)
SetBuildTimestamp sets BuildTimestamp field to given value.
func (o *Version) HasBuildTimestamp() bool
HasBuildTimestamp returns a boolean if a field has been set.
func (o *Version) GetVersion() string
GetVersion returns the Version field if non-nil, zero value otherwise.
func (o *Version) GetVersionOk() (*string, bool)
GetVersionOk returns a tuple with the Version field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Version) SetVersion(v string)
SetVersion sets Version field to given value.
func (o *Version) HasVersion() bool
HasVersion returns a boolean if a field has been set.