GoogleCloudContactcenterinsightsV1DateRangeConfig constructor

GoogleCloudContactcenterinsightsV1DateRangeConfig({
  1. GoogleCloudContactcenterinsightsV1QueryInterval? absoluteDateRange,
  2. GoogleCloudContactcenterinsightsV1DateRangeConfigRelativeDateRange? relativeDateRange,
})

Implementation

GoogleCloudContactcenterinsightsV1DateRangeConfig({
  this.absoluteDateRange,
  this.relativeDateRange,
});