ListMirroringDeploymentGroupsResponse constructor

ListMirroringDeploymentGroupsResponse({
  1. List<MirroringDeploymentGroup>? mirroringDeploymentGroups,
  2. String? nextPageToken,
})

Implementation

ListMirroringDeploymentGroupsResponse({
  this.mirroringDeploymentGroups,
  this.nextPageToken,
});