viewInventoryInteractions method

ResponseFuture<InventoryInteractionsList> viewInventoryInteractions(
  1. IdentifierUUID request, {
  2. CallOptions? options,
})

View all inventory interactions for component with the given IdentifierUUID

Implementation

$grpc.ResponseFuture<$1.InventoryInteractionsList> viewInventoryInteractions(
  $1.IdentifierUUID request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$viewInventoryInteractions, request,
      options: options);
}