Class DebugInfo
Describes additional debugging info.
Implements
Inherited Members
Namespace: Google.Apis.DeploymentManager.alpha.Data
Assembly: Google.Apis.DeploymentManager.alpha.dll
Syntax
public class DebugInfo : IDirectResponseSchema
Properties
Detail
Additional debugging information provided by the server.
Declaration
[JsonProperty("detail")]
public virtual string Detail { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
StackEntries
The stack trace entries indicating where the error occurred.
Declaration
[JsonProperty("stackEntries")]
public virtual IList<string> StackEntries { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |