Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.49 KB

AutoReleaseGroup.md

File metadata and controls

134 lines (73 loc) · 3.49 KB

AutoReleaseGroup

Properties

Name Type Description Notes
Name Pointer to string [optional]
Repository Pointer to string [optional]
GitRef Pointer to string [optional]
LatestSha Pointer to string [optional]

Methods

NewAutoReleaseGroup

func NewAutoReleaseGroup() *AutoReleaseGroup

NewAutoReleaseGroup instantiates a new AutoReleaseGroup 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

NewAutoReleaseGroupWithDefaults

func NewAutoReleaseGroupWithDefaults() *AutoReleaseGroup

NewAutoReleaseGroupWithDefaults instantiates a new AutoReleaseGroup 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

GetName

func (o *AutoReleaseGroup) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *AutoReleaseGroup) GetNameOk() (*string, bool)

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

SetName

func (o *AutoReleaseGroup) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *AutoReleaseGroup) HasName() bool

HasName returns a boolean if a field has been set.

GetRepository

func (o *AutoReleaseGroup) GetRepository() string

GetRepository returns the Repository field if non-nil, zero value otherwise.

GetRepositoryOk

func (o *AutoReleaseGroup) GetRepositoryOk() (*string, bool)

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

SetRepository

func (o *AutoReleaseGroup) SetRepository(v string)

SetRepository sets Repository field to given value.

HasRepository

func (o *AutoReleaseGroup) HasRepository() bool

HasRepository returns a boolean if a field has been set.

GetGitRef

func (o *AutoReleaseGroup) GetGitRef() string

GetGitRef returns the GitRef field if non-nil, zero value otherwise.

GetGitRefOk

func (o *AutoReleaseGroup) GetGitRefOk() (*string, bool)

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

SetGitRef

func (o *AutoReleaseGroup) SetGitRef(v string)

SetGitRef sets GitRef field to given value.

HasGitRef

func (o *AutoReleaseGroup) HasGitRef() bool

HasGitRef returns a boolean if a field has been set.

GetLatestSha

func (o *AutoReleaseGroup) GetLatestSha() string

GetLatestSha returns the LatestSha field if non-nil, zero value otherwise.

GetLatestShaOk

func (o *AutoReleaseGroup) GetLatestShaOk() (*string, bool)

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

SetLatestSha

func (o *AutoReleaseGroup) SetLatestSha(v string)

SetLatestSha sets LatestSha field to given value.

HasLatestSha

func (o *AutoReleaseGroup) HasLatestSha() bool

HasLatestSha returns a boolean if a field has been set.

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