ListBulkDeploymentsResponse constructor
ListBulkDeploymentsResponse({
- List<
BulkDeployment> ? bulkDeployments, - String? nextToken,
Implementation
ListBulkDeploymentsResponse({
this.bulkDeployments,
this.nextToken,
});