viewIndentedStatistics method

ResponseFuture<InventoryIndentedStatistics> viewIndentedStatistics(
  1. Identifier request, {
  2. CallOptions? options,
})

View the indented statistics of the family with the given Identifier

Implementation

$grpc.ResponseFuture<$0.InventoryIndentedStatistics> viewIndentedStatistics(
  $1.Identifier request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$viewIndentedStatistics, request,
      options: options);
}