ListDeploymentsResponse constructor
ListDeploymentsResponse({
- List<
Deployment> ? deployments, - String? nextToken,
Implementation
ListDeploymentsResponse({
this.deployments,
this.nextToken,
});