downloadImportTemplate method
Download the CSV template that could be used to upload records
Implementation
$grpc.ResponseFuture<$1.StandardFile> downloadImportTemplate(
$1.Empty request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$downloadImportTemplate, request,
options: options);
}