Class SessionOutputDiagnosticInfo
Contains execution details during the processing.
Implements
Inherited Members
Namespace: Google.Apis.CustomerEngagementSuite.v1.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1.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 |