2022-10-23 14:54:54 -07:00
# openapi.model.UsageByUserDto
## Load the model package
```dart
import 'package:openapi/api.dart';
```
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**userId** | **String** | |
2023-02-26 12:57:34 -07:00
**userFirstName** | **String** | |
**userLastName** | **String** | |
2022-10-23 14:54:54 -07:00
**photos** | **int** | |
2023-02-26 12:57:34 -07:00
**videos** | **int** | |
**usage** | **int** | |
2022-10-23 14:54:54 -07: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)