Name | Type | Description | Notes |
---|---|---|---|
Artifacts | []Artifact | ||
ReleaseDateMsecs | int64 | ||
ReleaseNotes | string | ||
ReleaseTag | string | ||
ReleaseType | string | ||
ReleaseUuid | string | ||
Version | string | ||
YbType | string |
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
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
func (o *CreateRelease) GetArtifacts() []Artifact
GetArtifacts returns the Artifacts field if non-nil, zero value otherwise.
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.
func (o *CreateRelease) SetArtifacts(v []Artifact)
SetArtifacts sets Artifacts field to given value.
func (o *CreateRelease) GetReleaseDateMsecs() int64
GetReleaseDateMsecs returns the ReleaseDateMsecs field if non-nil, zero value otherwise.
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.
func (o *CreateRelease) SetReleaseDateMsecs(v int64)
SetReleaseDateMsecs sets ReleaseDateMsecs field to given value.
func (o *CreateRelease) GetReleaseNotes() string
GetReleaseNotes returns the ReleaseNotes field if non-nil, zero value otherwise.
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.
func (o *CreateRelease) SetReleaseNotes(v string)
SetReleaseNotes sets ReleaseNotes field to given value.
func (o *CreateRelease) GetReleaseTag() string
GetReleaseTag returns the ReleaseTag field if non-nil, zero value otherwise.
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.
func (o *CreateRelease) SetReleaseTag(v string)
SetReleaseTag sets ReleaseTag field to given value.
func (o *CreateRelease) GetReleaseType() string
GetReleaseType returns the ReleaseType field if non-nil, zero value otherwise.
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.
func (o *CreateRelease) SetReleaseType(v string)
SetReleaseType sets ReleaseType field to given value.
func (o *CreateRelease) GetReleaseUuid() string
GetReleaseUuid returns the ReleaseUuid field if non-nil, zero value otherwise.
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.
func (o *CreateRelease) SetReleaseUuid(v string)
SetReleaseUuid sets ReleaseUuid field to given value.
func (o *CreateRelease) GetVersion() string
GetVersion returns the Version field if non-nil, zero value otherwise.
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.
func (o *CreateRelease) SetVersion(v string)
SetVersion sets Version field to given value.
func (o *CreateRelease) GetYbType() string
GetYbType returns the YbType field if non-nil, zero value otherwise.
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.
func (o *CreateRelease) SetYbType(v string)
SetYbType sets YbType field to given value.