GoogleCloudDialogflowCxV3ListChangelogsResponse constructor

GoogleCloudDialogflowCxV3ListChangelogsResponse({
  1. List<GoogleCloudDialogflowCxV3Changelog>? changelogs,
  2. String? nextPageToken,
})

Implementation

GoogleCloudDialogflowCxV3ListChangelogsResponse({
  this.changelogs,
  this.nextPageToken,
});