| Name | Type | Description | Notes |
|---|---|---|---|
| Merge | []string | ||
| MergeInto | string | ||
| Permanent | Pointer to bool | [optional] [default to false] |
func NewMergeTagRequest(merge []string, mergeInto string, ) *MergeTagRequest
NewMergeTagRequest instantiates a new MergeTagRequest 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 NewMergeTagRequestWithDefaults() *MergeTagRequest
NewMergeTagRequestWithDefaults instantiates a new MergeTagRequest 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 *MergeTagRequest) GetMerge() []string
GetMerge returns the Merge field if non-nil, zero value otherwise.
func (o *MergeTagRequest) GetMergeOk() (*[]string, bool)
GetMergeOk returns a tuple with the Merge field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MergeTagRequest) SetMerge(v []string)
SetMerge sets Merge field to given value.
func (o *MergeTagRequest) GetMergeInto() string
GetMergeInto returns the MergeInto field if non-nil, zero value otherwise.
func (o *MergeTagRequest) GetMergeIntoOk() (*string, bool)
GetMergeIntoOk returns a tuple with the MergeInto field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MergeTagRequest) SetMergeInto(v string)
SetMergeInto sets MergeInto field to given value.
func (o *MergeTagRequest) GetPermanent() bool
GetPermanent returns the Permanent field if non-nil, zero value otherwise.
func (o *MergeTagRequest) GetPermanentOk() (*bool, bool)
GetPermanentOk returns a tuple with the Permanent field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MergeTagRequest) SetPermanent(v bool)
SetPermanent sets Permanent field to given value.
func (o *MergeTagRequest) HasPermanent() bool
HasPermanent returns a boolean if a field has been set.