Class MergeConflict
Represents a merge conflict.
Implements
Inherited Members
Namespace: Google.Apis.TagManager.v2.Data
Assembly: Google.Apis.TagManager.v2.dll
Syntax
public class MergeConflict : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EntityInBaseVersion
The base version entity (since the latest sync operation) that has conflicting changes compared to the workspace. If this field is missing, it means the workspace entity is deleted from the base version.
Declaration
[JsonProperty("entityInBaseVersion")]
public virtual Entity EntityInBaseVersion { get; set; }
Property Value
Type | Description |
---|---|
Entity |
EntityInWorkspace
The workspace entity that has conflicting changes compared to the base version. If an entity is deleted in a workspace, it will still appear with a deleted change status.
Declaration
[JsonProperty("entityInWorkspace")]
public virtual Entity EntityInWorkspace { get; set; }
Property Value
Type | Description |
---|---|
Entity |