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