ListDeploymentsOutput constructor

ListDeploymentsOutput({
  1. List<String>? deployments,
  2. String? nextToken,
})

Implementation

ListDeploymentsOutput({
  this.deployments,
  this.nextToken,
});