Show / Hide Table of Contents

Class LatencyReportGuardrailLatency

Latency metrics for a single guardrail.

Inheritance
object
LatencyReportGuardrailLatency
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 LatencyReportGuardrailLatency : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Guardrail

Output only. The name of the guardrail. Format: projects/{project}/locations/{location}/apps/{app}/guardrails/{guardrail}.

Declaration
[JsonProperty("guardrail")]
public virtual string Guardrail { get; set; }
Property Value
Type Description
string

GuardrailDisplayName

Output only. The display name of the guardrail.

Declaration
[JsonProperty("guardrailDisplayName")]
public virtual string GuardrailDisplayName { get; set; }
Property Value
Type Description
string

LatencyMetrics

Output only. The latency metrics for the guardrail.

Declaration
[JsonProperty("latencyMetrics")]
public virtual LatencyReportLatencyMetrics LatencyMetrics { get; set; }
Property Value
Type Description
LatencyReportLatencyMetrics

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX