Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 1.99 KB

MergeCellConflict.md

File metadata and controls

72 lines (39 loc) · 1.99 KB

MergeCellConflict

Properties

Name Type Description Notes
ColumnId string
Option string

Methods

NewMergeCellConflict

func NewMergeCellConflict(columnId string, option string, ) *MergeCellConflict

NewMergeCellConflict instantiates a new MergeCellConflict 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

NewMergeCellConflictWithDefaults

func NewMergeCellConflictWithDefaults() *MergeCellConflict

NewMergeCellConflictWithDefaults instantiates a new MergeCellConflict 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

GetColumnId

func (o *MergeCellConflict) GetColumnId() string

GetColumnId returns the ColumnId field if non-nil, zero value otherwise.

GetColumnIdOk

func (o *MergeCellConflict) GetColumnIdOk() (*string, bool)

GetColumnIdOk returns a tuple with the ColumnId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetColumnId

func (o *MergeCellConflict) SetColumnId(v string)

SetColumnId sets ColumnId field to given value.

GetOption

func (o *MergeCellConflict) GetOption() string

GetOption returns the Option field if non-nil, zero value otherwise.

GetOptionOk

func (o *MergeCellConflict) GetOptionOk() (*string, bool)

GetOptionOk returns a tuple with the Option field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetOption

func (o *MergeCellConflict) SetOption(v string)

SetOption sets Option field to given value.

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