ListMirroringEndpointGroupAssociationsResponse constructor

ListMirroringEndpointGroupAssociationsResponse({
  1. List<MirroringEndpointGroupAssociation>? mirroringEndpointGroupAssociations,
  2. String? nextPageToken,
})

Implementation

ListMirroringEndpointGroupAssociationsResponse({
  this.mirroringEndpointGroupAssociations,
  this.nextPageToken,
});