downloadAsCSV method

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

CSV operations Download the CSV file that consists of the list of records according to the given filter request

Implementation

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