Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 2.97 KB

MergeRecordConflict.md

File metadata and controls

108 lines (59 loc) · 2.97 KB

MergeRecordConflict

Properties

Name Type Description Notes
Cells Pointer to []MergeCellConflict [optional]
PathTag Pointer to string [optional]
RecordId Pointer to string [optional]

Methods

NewMergeRecordConflict

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

NewMergeRecordConflictWithDefaults

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

GetCells

func (o *MergeRecordConflict) GetCells() []MergeCellConflict

GetCells returns the Cells field if non-nil, zero value otherwise.

GetCellsOk

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.

SetCells

func (o *MergeRecordConflict) SetCells(v []MergeCellConflict)

SetCells sets Cells field to given value.

HasCells

func (o *MergeRecordConflict) HasCells() bool

HasCells returns a boolean if a field has been set.

GetPathTag

func (o *MergeRecordConflict) GetPathTag() string

GetPathTag returns the PathTag field if non-nil, zero value otherwise.

GetPathTagOk

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.

SetPathTag

func (o *MergeRecordConflict) SetPathTag(v string)

SetPathTag sets PathTag field to given value.

HasPathTag

func (o *MergeRecordConflict) HasPathTag() bool

HasPathTag returns a boolean if a field has been set.

GetRecordId

func (o *MergeRecordConflict) GetRecordId() string

GetRecordId returns the RecordId field if non-nil, zero value otherwise.

GetRecordIdOk

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.

SetRecordId

func (o *MergeRecordConflict) SetRecordId(v string)

SetRecordId sets RecordId field to given value.

HasRecordId

func (o *MergeRecordConflict) HasRecordId() bool

HasRecordId returns a boolean if a field has been set.

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