Show / Hide Table of Contents

Class SessionOutputDiagnosticInfo

Contains execution details during the processing.

Inheritance
object
SessionOutputDiagnosticInfo
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.CustomerEngagementSuite.v1beta.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.dll
Syntax
public class SessionOutputDiagnosticInfo : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Messages

List of the messages that happened during the processing.

Declaration
[JsonProperty("messages")]
public virtual IList<Message> Messages { get; set; }
Property Value
Type Description
IList<Message>

RootSpan

A trace of the entire request processing, represented as a root span. This span can contain nested child spans for specific operations.

Declaration
[JsonProperty("rootSpan")]
public virtual Span RootSpan { get; set; }
Property Value
Type Description
Span

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX