Show / Hide Table of Contents

Class GoogleCloudContactcenterinsightsV1alpha1QueryMetricsResponseSliceDataPointPercentileResult

The percentile result. Currently supported percentiles are 50th, 90th, and 99th.

Inheritance
object
GoogleCloudContactcenterinsightsV1alpha1QueryMetricsResponseSliceDataPointPercentileResult
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.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1alpha1QueryMetricsResponseSliceDataPointPercentileResult : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

P50

The 50th percentile value.

Declaration
[JsonProperty("p50")]
public virtual double? P50 { get; set; }
Property Value
Type Description
double?

P90

The 90th percentile value.

Declaration
[JsonProperty("p90")]
public virtual double? P90 { get; set; }
Property Value
Type Description
double?

P99

The 99th percentile value.

Declaration
[JsonProperty("p99")]
public virtual double? P99 { get; set; }
Property Value
Type Description
double?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX