GetDeploymentsResponse constructor

GetDeploymentsResponse({
  1. List<Deployment>? items,
  2. String? nextToken,
})

Implementation

GetDeploymentsResponse({
  this.items,
  this.nextToken,
});