ListMirroringDeploymentsResponse constructor
ListMirroringDeploymentsResponse({
- List<
MirroringDeployment> ? mirroringDeployments, - String? nextPageToken,
- List<
String> ? unreachable,
Implementation
ListMirroringDeploymentsResponse({
this.mirroringDeployments,
this.nextPageToken,
this.unreachable,
});