Show / Hide Table of Contents

Class DebugInfo

Describes additional debugging info.

Inheritance
object
DebugInfo
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX