GoogleCloudContactcenterinsightsV1ListDashboardsResponse constructor
GoogleCloudContactcenterinsightsV1ListDashboardsResponse({
- List<
GoogleCloudContactcenterinsightsV1Dashboard> ? dashboards, - String? nextPageToken,
Implementation
GoogleCloudContactcenterinsightsV1ListDashboardsResponse({
this.dashboards,
this.nextPageToken,
});