Skip to content

Latest commit

 

History

History
240 lines (127 loc) · 6.42 KB

ResponseRelease.md

File metadata and controls

240 lines (127 loc) · 6.42 KB

ResponseRelease

Properties

Name Type Description Notes
Artifacts []Artifact
ReleaseDateMsecs int64
ReleaseNotes string
ReleaseTag string
ReleaseType string
ReleaseUuid string
State string
Universes []Universe
Version string
YbType string

Methods

NewResponseRelease

func NewResponseRelease(artifacts []Artifact, releaseDateMsecs int64, releaseNotes string, releaseTag string, releaseType string, releaseUuid string, state string, universes []Universe, version string, ybType string, ) *ResponseRelease

NewResponseRelease instantiates a new ResponseRelease 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

NewResponseReleaseWithDefaults

func NewResponseReleaseWithDefaults() *ResponseRelease

NewResponseReleaseWithDefaults instantiates a new ResponseRelease 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

GetArtifacts

func (o *ResponseRelease) GetArtifacts() []Artifact

GetArtifacts returns the Artifacts field if non-nil, zero value otherwise.

GetArtifactsOk

func (o *ResponseRelease) 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.

SetArtifacts

func (o *ResponseRelease) SetArtifacts(v []Artifact)

SetArtifacts sets Artifacts field to given value.

GetReleaseDateMsecs

func (o *ResponseRelease) GetReleaseDateMsecs() int64

GetReleaseDateMsecs returns the ReleaseDateMsecs field if non-nil, zero value otherwise.

GetReleaseDateMsecsOk

func (o *ResponseRelease) GetReleaseDateMsecsOk() (*int64, bool)

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

SetReleaseDateMsecs

func (o *ResponseRelease) SetReleaseDateMsecs(v int64)

SetReleaseDateMsecs sets ReleaseDateMsecs field to given value.

GetReleaseNotes

func (o *ResponseRelease) GetReleaseNotes() string

GetReleaseNotes returns the ReleaseNotes field if non-nil, zero value otherwise.

GetReleaseNotesOk

func (o *ResponseRelease) 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.

SetReleaseNotes

func (o *ResponseRelease) SetReleaseNotes(v string)

SetReleaseNotes sets ReleaseNotes field to given value.

GetReleaseTag

func (o *ResponseRelease) GetReleaseTag() string

GetReleaseTag returns the ReleaseTag field if non-nil, zero value otherwise.

GetReleaseTagOk

func (o *ResponseRelease) 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.

SetReleaseTag

func (o *ResponseRelease) SetReleaseTag(v string)

SetReleaseTag sets ReleaseTag field to given value.

GetReleaseType

func (o *ResponseRelease) GetReleaseType() string

GetReleaseType returns the ReleaseType field if non-nil, zero value otherwise.

GetReleaseTypeOk

func (o *ResponseRelease) GetReleaseTypeOk() (*string, bool)

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

SetReleaseType

func (o *ResponseRelease) SetReleaseType(v string)

SetReleaseType sets ReleaseType field to given value.

GetReleaseUuid

func (o *ResponseRelease) GetReleaseUuid() string

GetReleaseUuid returns the ReleaseUuid field if non-nil, zero value otherwise.

GetReleaseUuidOk

func (o *ResponseRelease) GetReleaseUuidOk() (*string, bool)

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

SetReleaseUuid

func (o *ResponseRelease) SetReleaseUuid(v string)

SetReleaseUuid sets ReleaseUuid field to given value.

GetState

func (o *ResponseRelease) GetState() string

GetState returns the State field if non-nil, zero value otherwise.

GetStateOk

func (o *ResponseRelease) 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.

SetState

func (o *ResponseRelease) SetState(v string)

SetState sets State field to given value.

GetUniverses

func (o *ResponseRelease) GetUniverses() []Universe

GetUniverses returns the Universes field if non-nil, zero value otherwise.

GetUniversesOk

func (o *ResponseRelease) GetUniversesOk() (*[]Universe, bool)

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

SetUniverses

func (o *ResponseRelease) SetUniverses(v []Universe)

SetUniverses sets Universes field to given value.

GetVersion

func (o *ResponseRelease) GetVersion() string

GetVersion returns the Version field if non-nil, zero value otherwise.

GetVersionOk

func (o *ResponseRelease) 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.

SetVersion

func (o *ResponseRelease) SetVersion(v string)

SetVersion sets Version field to given value.

GetYbType

func (o *ResponseRelease) GetYbType() string

GetYbType returns the YbType field if non-nil, zero value otherwise.

GetYbTypeOk

func (o *ResponseRelease) GetYbTypeOk() (*string, bool)

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

SetYbType

func (o *ResponseRelease) SetYbType(v string)

SetYbType sets YbType field to given value.

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