Name | Type | Description | Notes |
---|---|---|---|
Merged | int32 | ||
Into | Tag |
func NewMergeTagResult(merged int32, into Tag, ) *MergeTagResult
NewMergeTagResult instantiates a new MergeTagResult 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 NewMergeTagResultWithDefaults() *MergeTagResult
NewMergeTagResultWithDefaults instantiates a new MergeTagResult 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 *MergeTagResult) GetMerged() int32
GetMerged returns the Merged field if non-nil, zero value otherwise.
func (o *MergeTagResult) GetMergedOk() (*int32, bool)
GetMergedOk returns a tuple with the Merged field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MergeTagResult) SetMerged(v int32)
SetMerged sets Merged field to given value.
func (o *MergeTagResult) GetInto() Tag
GetInto returns the Into field if non-nil, zero value otherwise.
func (o *MergeTagResult) GetIntoOk() (*Tag, bool)
GetIntoOk returns a tuple with the Into field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MergeTagResult) SetInto(v Tag)
SetInto sets Into field to given value.