GoogleCloudContactcenterinsightsV1ExportIssueModelRequest constructor

GoogleCloudContactcenterinsightsV1ExportIssueModelRequest({
  1. GoogleCloudContactcenterinsightsV1ExportIssueModelRequestGcsDestination? gcsDestination,
  2. String? name,
})

Implementation

GoogleCloudContactcenterinsightsV1ExportIssueModelRequest({
  this.gcsDestination,
  this.name,
});