puddle-farm-api-client_openapi_client 1.1.0

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# CalcRatingResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**rating_a_new** | Option<**f32**> | Player A's new rating after the match | [optional]
**drift_a_new** | Option<**f32**> | Player A's new drift after the match | [optional]
**rating_b_new** | Option<**f32**> | Player B's new rating after the match | [optional]
**drift_b_new** | Option<**f32**> | Player B's new drift after the match | [optional]
**win_prob** | Option<**f32**> | Probability that Player A wins the match | [optional]

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