Show / Hide Table of Contents

Class MergeConflict

Represents a merge conflict.

Inheritance
object
MergeConflict
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX