ListBulkDeploymentsResponse constructor

ListBulkDeploymentsResponse({
  1. List<BulkDeployment>? bulkDeployments,
  2. String? nextToken,
})

Implementation

ListBulkDeploymentsResponse({
  this.bulkDeployments,
  this.nextToken,
});