Show / Hide Table of Contents

Class GetWorkspaceStatusResponse

The changes that have occurred in the workspace since the base container version.

Inheritance
System.Object
GetWorkspaceStatusResponse
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.TagManager.v2.Data
Assembly: Google.Apis.TagManager.v2.dll
Syntax
public class GetWorkspaceStatusResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

MergeConflict

The merge conflict after sync.

Declaration
[JsonProperty("mergeConflict")]
public virtual IList<MergeConflict> MergeConflict { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<MergeConflict>

WorkspaceChange

Entities that have been changed in the workspace.

Declaration
[JsonProperty("workspaceChange")]
public virtual IList<Entity> WorkspaceChange { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<Entity>

Implements

IDirectResponseSchema
Back to top