viewInventoryInteractions method
ResponseFuture<InventoryInteractionsList>
viewInventoryInteractions(
- IdentifierUUID request, {
- 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);
}