blob: 4a9c4305f09f6358595a758ac644752e06947692 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# MarketplaceSummary
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**inventory** | [**MarketplaceInventorySummary**](MarketplaceInventorySummary.md) | Inventory of the marketplace | [default to undefined]
**user_activity** | **string** | | [optional] [default to undefined]
## Example
```typescript
import { MarketplaceSummary } from './api';
const instance: MarketplaceSummary = {
inventory,
user_activity,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|