2022-10-23 23:54:54 +02:00
# openapi.model.UsageByUserDto
## Load the model package
```dart
import 'package:openapi/api.dart';
```
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
2023-08-01 18:49:18 +02:00
**photos** | **int** | |
2024-01-13 02:43:36 +02:00
**quotaSizeInBytes** | **int** | |
2023-08-01 18:49:18 +02:00
**usage** | **int** | |
**userId** | **String** | |
2023-11-12 03:03:32 +02:00
**userName** | **String** | |
2023-02-26 21:57:34 +02:00
**videos** | **int** | |
2022-10-23 23:54:54 +02:00
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)