Class CreateContainerVersionResponse
Create container versions response.
Implements
Inherited Members
Namespace: Google.Apis.TagManager.v2.Data
Assembly: Google.Apis.TagManager.v2.dll
Syntax
public class CreateContainerVersionResponse : IDirectResponseSchema
Properties
CompilerError
Compiler errors or not.
Declaration
[JsonProperty("compilerError")]
public virtual bool? CompilerError { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ContainerVersion
The container version created.
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 |
NewWorkspacePath
Auto generated workspace path created as a result of version creation. This field should only be populated if the created version was not a quick preview.
Declaration
[JsonProperty("newWorkspacePath")]
public virtual string NewWorkspacePath { get; set; }
Property Value
Type | Description |
---|---|
string |
SyncStatus
Whether version creation failed when syncing the workspace to the latest container version.
Declaration
[JsonProperty("syncStatus")]
public virtual SyncStatus SyncStatus { get; set; }
Property Value
Type | Description |
---|---|
SyncStatus |