tabularDataByMQL method

ResponseFuture<TabularDataByMQLResponse> tabularDataByMQL(
  1. TabularDataByMQLRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$3.TabularDataByMQLResponse> tabularDataByMQL($3.TabularDataByMQLRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$tabularDataByMQL, request, options: options);
}