GoogleCloudContactcenterinsightsV1ListIssuesResponse constructor

GoogleCloudContactcenterinsightsV1ListIssuesResponse({
  1. List<GoogleCloudContactcenterinsightsV1Issue>? issues,
})

Implementation

GoogleCloudContactcenterinsightsV1ListIssuesResponse({
  this.issues,
});