Show / Hide Table of Contents

Class Diagnostic

Inheritance
System.Object
Diagnostic
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.DeploymentManagerAlpha.alpha.Data
Assembly: Google.Apis.DeploymentManagerAlpha.alpha.dll
Syntax
public class Diagnostic : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

Field

JsonPath expression on the resource that if non empty, indicates that this field needs to be extracted as a diagnostic.

Declaration
[JsonProperty("field")]
public virtual string Field { get; set; }
Property Value
Type Description
System.String

Level

Level to record this diagnostic.

Declaration
[JsonProperty("level")]
public virtual string Level { get; set; }
Property Value
Type Description
System.String

Implements

IDirectResponseSchema
Back to top