Files
openrouter-python-sdk-retry…/docs/components/tournamentstats.mdx
T

16 lines
696 B
Plaintext

---
title: "TournamentStats"
---
Placement distribution from tournament matches.
## Fields
| Field | Type | Required | Description |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `first_place` | *Nullable[int]* | :heavy_check_mark: | N/A |
| `fourth_place` | *Nullable[int]* | :heavy_check_mark: | N/A |
| `second_place` | *Nullable[int]* | :heavy_check_mark: | N/A |
| `third_place` | *Nullable[int]* | :heavy_check_mark: | N/A |
| `total` | *Nullable[int]* | :heavy_check_mark: | N/A |