GoogleCloudContactcenterinsightsV1ListNotesResponse constructor

GoogleCloudContactcenterinsightsV1ListNotesResponse({
  1. String? nextPageToken,
  2. List<GoogleCloudContactcenterinsightsV1Note>? notes,
})

Implementation

GoogleCloudContactcenterinsightsV1ListNotesResponse({
  this.nextPageToken,
  this.notes,
});