downloadQCReportByUUID method

ResponseFuture<StandardFile> downloadQCReportByUUID(
  1. IdentifierUUID request, {
  2. CallOptions? options,
})

Download QC Report with the given IdentifierUUID (can be used to allow public downloads)

Implementation

$grpc.ResponseFuture<$1.StandardFile> downloadQCReportByUUID(
  $1.IdentifierUUID request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$downloadQCReportByUUID, request,
      options: options);
}