Class GoogleCloudContactcenterinsightsV1alpha1QueryMetricsResponseSliceTimeSeries
A time series of metric values.
Implements
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1alpha1QueryMetricsResponseSliceTimeSeries : IDirectResponseSchema
Properties
DataPoints
The data points that make up the time series .
Declaration
[JsonProperty("dataPoints")]
public virtual IList<GoogleCloudContactcenterinsightsV1alpha1QueryMetricsResponseSliceDataPoint> DataPoints { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudContactcenterinsightsV1alpha1QueryMetricsResponseSliceDataPoint> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |