# openapi.model.GetAllInventoriesResponse

## Load the model package
```dart
import 'package:openapi/api.dart';
```

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**count** | **num** | count of product | 
**pageCount** | **num** | page count of product | 
**currentPage** | **num** | current page | 
**results** | [**BuiltList&lt;GetAllResult&gt;**](GetAllResult.md) | results of inventory | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


