Class QuickPreviewResponse
Response to quick previewing a workspace.
Implements
Inherited Members
Namespace: Google.Apis.TagManager.v2.Data
Assembly: Google.Apis.TagManager.v2.dll
Syntax
public class QuickPreviewResponse : IDirectResponseSchema
Properties
CompilerError
Were there compiler errors or not.
Declaration
[JsonProperty("compilerError")]
public virtual bool? CompilerError { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ContainerVersion
The quick previewed container version.
Declaration
[JsonProperty("containerVersion")]
public virtual ContainerVersion ContainerVersion { get; set; }
Property Value
Type | Description |
---|---|
ContainerVersion |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
SyncStatus
Whether quick previewing failed when syncing the workspace to the latest container version.
Declaration
[JsonProperty("syncStatus")]
public virtual SyncStatus SyncStatus { get; set; }
Property Value
Type | Description |
---|---|
SyncStatus |