RevisionMergeConflict Class
RevisionMergeConflict class
Represents a revision record which indicates that there was a merge conflict.
type RevisionMergeConflict struct {
ptr unsafe.Pointer
}
Constructors
| Method | Description |
|---|---|
| NewRevisionMergeConflict | Constructs from a parent object. |
Methods
| Method | Description |
|---|---|
| IsNull | Checks whether the implementation object is nullptr. |
| GetType | Gets the type of revision. |
| GetWorksheet | Gets the worksheet. |
| GetId | Gets the number of this revision. |