ListDeploymentsResponse constructor

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

Implementation

ListDeploymentsResponse({
  this.deployments,
  this.nextPageToken,
  this.unreachable,
});