downloadAsCSV method
ResponseFuture<StandardFile>
downloadAsCSV(
- ComponentsServiceFilterReq request, {
- 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);
}