ListDeploymentGroupsResponse constructor

ListDeploymentGroupsResponse({
  1. List<DeploymentGroup>? deploymentGroups,
  2. String? nextPageToken,
  3. List<String>? unreachable,
})

Implementation

ListDeploymentGroupsResponse({
  this.deploymentGroups,
  this.nextPageToken,
  this.unreachable,
});