Class LatencyReportToolLatency
Latency metrics for a single tool.
Implements
Inherited Members
Namespace: Google.Apis.CustomerEngagementSuite.v1beta.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.dll
Syntax
public class LatencyReportToolLatency : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LatencyMetrics
Output only. The latency metrics for the tool.
Declaration
[JsonProperty("latencyMetrics")]
public virtual LatencyReportLatencyMetrics LatencyMetrics { get; set; }
Property Value
| Type | Description |
|---|---|
| LatencyReportLatencyMetrics |
Tool
Output only. Format: projects/{project}/locations/{location}/apps/{app}/tools/{tool}.
Declaration
[JsonProperty("tool")]
public virtual string Tool { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ToolDisplayName
Output only. The display name of the tool.
Declaration
[JsonProperty("toolDisplayName")]
public virtual string ToolDisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ToolsetTool
Output only. The toolset tool identifier.
Declaration
[JsonProperty("toolsetTool")]
public virtual ToolsetTool ToolsetTool { get; set; }
Property Value
| Type | Description |
|---|---|
| ToolsetTool |