Skip to content

Latest commit

 

History

History
198 lines (105 loc) · 5.3 KB

CreateRelease.md

File metadata and controls

198 lines (105 loc) · 5.3 KB

CreateRelease

Properties

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

Methods

NewCreateRelease

func NewCreateRelease(artifacts []Artifact, releaseDateMsecs int64, releaseNotes string, releaseTag string, releaseType string, releaseUuid string, version string, ybType string, ) *CreateRelease

NewCreateRelease instantiates a new CreateRelease 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

NewCreateReleaseWithDefaults

func NewCreateReleaseWithDefaults() *CreateRelease

NewCreateReleaseWithDefaults instantiates a new CreateRelease 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 *CreateRelease) GetArtifacts() []Artifact

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

GetArtifactsOk

func (o *CreateRelease) 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 *CreateRelease) SetArtifacts(v []Artifact)

SetArtifacts sets Artifacts field to given value.

GetReleaseDateMsecs

func (o *CreateRelease) GetReleaseDateMsecs() int64

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

GetReleaseDateMsecsOk

func (o *CreateRelease) 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 *CreateRelease) SetReleaseDateMsecs(v int64)

SetReleaseDateMsecs sets ReleaseDateMsecs field to given value.

GetReleaseNotes

func (o *CreateRelease) GetReleaseNotes() string

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

GetReleaseNotesOk

func (o *CreateRelease) 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 *CreateRelease) SetReleaseNotes(v string)

SetReleaseNotes sets ReleaseNotes field to given value.

GetReleaseTag

func (o *CreateRelease) GetReleaseTag() string

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

GetReleaseTagOk

func (o *CreateRelease) 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 *CreateRelease) SetReleaseTag(v string)

SetReleaseTag sets ReleaseTag field to given value.

GetReleaseType

func (o *CreateRelease) GetReleaseType() string

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

GetReleaseTypeOk

func (o *CreateRelease) 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 *CreateRelease) SetReleaseType(v string)

SetReleaseType sets ReleaseType field to given value.

GetReleaseUuid

func (o *CreateRelease) GetReleaseUuid() string

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

GetReleaseUuidOk

func (o *CreateRelease) 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 *CreateRelease) SetReleaseUuid(v string)

SetReleaseUuid sets ReleaseUuid field to given value.

GetVersion

func (o *CreateRelease) GetVersion() string

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

GetVersionOk

func (o *CreateRelease) 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 *CreateRelease) SetVersion(v string)

SetVersion sets Version field to given value.

GetYbType

func (o *CreateRelease) GetYbType() string

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

GetYbTypeOk

func (o *CreateRelease) 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 *CreateRelease) SetYbType(v string)

SetYbType sets YbType field to given value.

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