GoogleCloudDialogflowCxV3ListDeploymentsResponse constructor
GoogleCloudDialogflowCxV3ListDeploymentsResponse({
- List<
GoogleCloudDialogflowCxV3Deployment> ? deployments, - String? nextPageToken,
Implementation
GoogleCloudDialogflowCxV3ListDeploymentsResponse({
this.deployments,
this.nextPageToken,
});