GoogleCloudContactcenterinsightsV1ListChartsResponse constructor

GoogleCloudContactcenterinsightsV1ListChartsResponse({
  1. List<GoogleCloudContactcenterinsightsV1Chart>? charts,
  2. String? nextPageToken,
})

Implementation

GoogleCloudContactcenterinsightsV1ListChartsResponse({
  this.charts,
  this.nextPageToken,
});