# openapi.model.EarningResult

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

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **num** | ID of the result | 
**createdAt** | **String** | Date of creation | 
**description** | **String** | Description, which may be null | 
**count** | **num** | Count associated with the result | 
**provider** | **String** | Provider of the result | 

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


