Name | Type | Description | Notes |
---|---|---|---|
Cells | Pointer to []MergeCellConflict | [optional] | |
PathTag | Pointer to string | [optional] | |
RecordId | Pointer to string | [optional] |
func NewMergeRecordConflict() *MergeRecordConflict
NewMergeRecordConflict instantiates a new MergeRecordConflict 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 NewMergeRecordConflictWithDefaults() *MergeRecordConflict
NewMergeRecordConflictWithDefaults instantiates a new MergeRecordConflict 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 *MergeRecordConflict) GetCells() []MergeCellConflict
GetCells returns the Cells field if non-nil, zero value otherwise.
func (o *MergeRecordConflict) GetCellsOk() (*[]MergeCellConflict, bool)
GetCellsOk returns a tuple with the Cells field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MergeRecordConflict) SetCells(v []MergeCellConflict)
SetCells sets Cells field to given value.
func (o *MergeRecordConflict) HasCells() bool
HasCells returns a boolean if a field has been set.
func (o *MergeRecordConflict) GetPathTag() string
GetPathTag returns the PathTag field if non-nil, zero value otherwise.
func (o *MergeRecordConflict) GetPathTagOk() (*string, bool)
GetPathTagOk returns a tuple with the PathTag field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MergeRecordConflict) SetPathTag(v string)
SetPathTag sets PathTag field to given value.
func (o *MergeRecordConflict) HasPathTag() bool
HasPathTag returns a boolean if a field has been set.
func (o *MergeRecordConflict) GetRecordId() string
GetRecordId returns the RecordId field if non-nil, zero value otherwise.
func (o *MergeRecordConflict) GetRecordIdOk() (*string, bool)
GetRecordIdOk returns a tuple with the RecordId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MergeRecordConflict) SetRecordId(v string)
SetRecordId sets RecordId field to given value.
func (o *MergeRecordConflict) HasRecordId() bool
HasRecordId returns a boolean if a field has been set.