GoogleCloudContactcenterinsightsV1ListNotesResponse constructor
GoogleCloudContactcenterinsightsV1ListNotesResponse({
- String? nextPageToken,
- List<
GoogleCloudContactcenterinsightsV1Note> ? notes,
Implementation
GoogleCloudContactcenterinsightsV1ListNotesResponse({
this.nextPageToken,
this.notes,
});