GoogleCloudContactcenterinsightsV1ListDashboardsResponse constructor

GoogleCloudContactcenterinsightsV1ListDashboardsResponse({
  1. List<GoogleCloudContactcenterinsightsV1Dashboard>? dashboards,
  2. String? nextPageToken,
})

Implementation

GoogleCloudContactcenterinsightsV1ListDashboardsResponse({
  this.dashboards,
  this.nextPageToken,
});