Class GoogleCloudContactcenterinsightsV1DateRangeConfig
Date range configuration for dashboard charts.
Implements
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1DateRangeConfig : IDirectResponseSchema
Properties
AbsoluteDateRange
An absolute date range.
Declaration
[JsonProperty("absoluteDateRange")]
public virtual GoogleCloudContactcenterinsightsV1QueryInterval AbsoluteDateRange { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudContactcenterinsightsV1QueryInterval |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RelativeDateRange
A relative date range.
Declaration
[JsonProperty("relativeDateRange")]
public virtual GoogleCloudContactcenterinsightsV1DateRangeConfigRelativeDateRange RelativeDateRange { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudContactcenterinsightsV1DateRangeConfigRelativeDateRange |