Show / Hide Table of Contents

Class GoogleCloudContactcenterinsightsV1DateRangeConfig

Date range configuration for dashboard charts.

Inheritance
object
GoogleCloudContactcenterinsightsV1DateRangeConfig
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX