Class BulkUpdateWorkspaceResponse
Implements
Inherited Members
Namespace: Google.Apis.TagManager.v2.Data
Assembly: Google.Apis.TagManager.v2.dll
Syntax
public class BulkUpdateWorkspaceResponse : IDirectResponseSchema
Properties
Changes
The entities that were added or updated during the bulk-update. Does not include entities that were deleted or updated by the system.
Declaration
[JsonProperty("changes")]
public virtual IList<Entity> Changes { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<Entity> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |