GoogleCloudContactcenterinsightsV1ListDatasetsResponse constructor

GoogleCloudContactcenterinsightsV1ListDatasetsResponse({
  1. List<GoogleCloudContactcenterinsightsV1Dataset>? datasets,
  2. String? nextPageToken,
})

Implementation

GoogleCloudContactcenterinsightsV1ListDatasetsResponse({
  this.datasets,
  this.nextPageToken,
});