ListDeploymentsResponse constructor

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

Implementation

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