Name | Type | Description | Notes |
---|---|---|---|
Artifacts | []Artifact | ||
ReleaseDate | int64 | ||
ReleaseNotes | string | ||
ReleaseTag | string | ||
State | string |
func NewUpdateRelease(artifacts []Artifact, releaseDate int64, releaseNotes string, releaseTag string, state string, ) *UpdateRelease
NewUpdateRelease instantiates a new UpdateRelease 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 NewUpdateReleaseWithDefaults() *UpdateRelease
NewUpdateReleaseWithDefaults instantiates a new UpdateRelease 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 *UpdateRelease) GetArtifacts() []Artifact
GetArtifacts returns the Artifacts field if non-nil, zero value otherwise.
func (o *UpdateRelease) GetArtifactsOk() (*[]Artifact, bool)
GetArtifactsOk returns a tuple with the Artifacts field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateRelease) SetArtifacts(v []Artifact)
SetArtifacts sets Artifacts field to given value.
func (o *UpdateRelease) GetReleaseDate() int64
GetReleaseDate returns the ReleaseDate field if non-nil, zero value otherwise.
func (o *UpdateRelease) GetReleaseDateOk() (*int64, bool)
GetReleaseDateOk returns a tuple with the ReleaseDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateRelease) SetReleaseDate(v int64)
SetReleaseDate sets ReleaseDate field to given value.
func (o *UpdateRelease) GetReleaseNotes() string
GetReleaseNotes returns the ReleaseNotes field if non-nil, zero value otherwise.
func (o *UpdateRelease) GetReleaseNotesOk() (*string, bool)
GetReleaseNotesOk returns a tuple with the ReleaseNotes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateRelease) SetReleaseNotes(v string)
SetReleaseNotes sets ReleaseNotes field to given value.
func (o *UpdateRelease) GetReleaseTag() string
GetReleaseTag returns the ReleaseTag field if non-nil, zero value otherwise.
func (o *UpdateRelease) GetReleaseTagOk() (*string, bool)
GetReleaseTagOk returns a tuple with the ReleaseTag field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateRelease) SetReleaseTag(v string)
SetReleaseTag sets ReleaseTag field to given value.
func (o *UpdateRelease) GetState() string
GetState returns the State field if non-nil, zero value otherwise.
func (o *UpdateRelease) GetStateOk() (*string, bool)
GetStateOk returns a tuple with the State field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateRelease) SetState(v string)
SetState sets State field to given value.