GoogleCloudDialogflowCxV3ListChangelogsResponse constructor
GoogleCloudDialogflowCxV3ListChangelogsResponse({
- List<
GoogleCloudDialogflowCxV3Changelog> ? changelogs, - String? nextPageToken,
Implementation
GoogleCloudDialogflowCxV3ListChangelogsResponse({
this.changelogs,
this.nextPageToken,
});