GoogleCloudContactcenterinsightsV1ListViewsResponse constructor

GoogleCloudContactcenterinsightsV1ListViewsResponse({
  1. String? nextPageToken,
  2. List<GoogleCloudContactcenterinsightsV1View>? views,
})

Implementation

GoogleCloudContactcenterinsightsV1ListViewsResponse({
  this.nextPageToken,
  this.views,
});