ListMirroringDeploymentsResponse constructor

ListMirroringDeploymentsResponse({
  1. List<MirroringDeployment>? mirroringDeployments,
  2. String? nextPageToken,
  3. List<String>? unreachable,
})

Implementation

ListMirroringDeploymentsResponse({
  this.mirroringDeployments,
  this.nextPageToken,
  this.unreachable,
});