GoogleCloudContactcenterinsightsV1ScheduleInfo constructor

GoogleCloudContactcenterinsightsV1ScheduleInfo({
  1. String? endTime,
  2. String? schedule,
  3. String? startTime,
  4. String? timeZone,
})

Implementation

GoogleCloudContactcenterinsightsV1ScheduleInfo({
  this.endTime,
  this.schedule,
  this.startTime,
  this.timeZone,
});