ListMirroringDeploymentGroupsResponse constructor
ListMirroringDeploymentGroupsResponse({
- List<
MirroringDeploymentGroup> ? mirroringDeploymentGroups, - String? nextPageToken,
Implementation
ListMirroringDeploymentGroupsResponse({
this.mirroringDeploymentGroups,
this.nextPageToken,
});