Name | Type | Description | Notes |
---|---|---|---|
MergeRecordOptions | Pointer to []string | [optional] | |
MergeRecordConflicts | Pointer to []MergeRecordConflict | [optional] | |
UseLastMergeResolve | Pointer to bool | [optional] | |
Query | Pointer to []FilterField | [optional] |
func NewMergeBranchRequest() *MergeBranchRequest
NewMergeBranchRequest instantiates a new MergeBranchRequest 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 NewMergeBranchRequestWithDefaults() *MergeBranchRequest
NewMergeBranchRequestWithDefaults instantiates a new MergeBranchRequest 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 *MergeBranchRequest) GetMergeRecordOptions() []string
GetMergeRecordOptions returns the MergeRecordOptions field if non-nil, zero value otherwise.
func (o *MergeBranchRequest) GetMergeRecordOptionsOk() (*[]string, bool)
GetMergeRecordOptionsOk returns a tuple with the MergeRecordOptions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MergeBranchRequest) SetMergeRecordOptions(v []string)
SetMergeRecordOptions sets MergeRecordOptions field to given value.
func (o *MergeBranchRequest) HasMergeRecordOptions() bool
HasMergeRecordOptions returns a boolean if a field has been set.
func (o *MergeBranchRequest) GetMergeRecordConflicts() []MergeRecordConflict
GetMergeRecordConflicts returns the MergeRecordConflicts field if non-nil, zero value otherwise.
func (o *MergeBranchRequest) GetMergeRecordConflictsOk() (*[]MergeRecordConflict, bool)
GetMergeRecordConflictsOk returns a tuple with the MergeRecordConflicts field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MergeBranchRequest) SetMergeRecordConflicts(v []MergeRecordConflict)
SetMergeRecordConflicts sets MergeRecordConflicts field to given value.
func (o *MergeBranchRequest) HasMergeRecordConflicts() bool
HasMergeRecordConflicts returns a boolean if a field has been set.
func (o *MergeBranchRequest) GetUseLastMergeResolve() bool
GetUseLastMergeResolve returns the UseLastMergeResolve field if non-nil, zero value otherwise.
func (o *MergeBranchRequest) GetUseLastMergeResolveOk() (*bool, bool)
GetUseLastMergeResolveOk returns a tuple with the UseLastMergeResolve field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MergeBranchRequest) SetUseLastMergeResolve(v bool)
SetUseLastMergeResolve sets UseLastMergeResolve field to given value.
func (o *MergeBranchRequest) HasUseLastMergeResolve() bool
HasUseLastMergeResolve returns a boolean if a field has been set.
func (o *MergeBranchRequest) GetQuery() []FilterField
GetQuery returns the Query field if non-nil, zero value otherwise.
func (o *MergeBranchRequest) GetQueryOk() (*[]FilterField, bool)
GetQueryOk returns a tuple with the Query field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MergeBranchRequest) SetQuery(v []FilterField)
SetQuery sets Query field to given value.
func (o *MergeBranchRequest) HasQuery() bool
HasQuery returns a boolean if a field has been set.