SettledContestants
Settled Special
Properties
Name | Type | Required | Description |
---|---|---|---|
id_ | int | ❌ | Contestant identifier |
name | str | ❌ | Contestant name |
outcome | Outcome | ❌ | Contestant outcomes W = Won, L = Lost, X = Cancelled, T = Tie, Z = Scratched |
Outcome
Contestant outcomes W = Won, L = Lost, X = Cancelled, T = Tie, Z = Scratched
Properties
Name | Type | Required | Description |
---|---|---|---|
W | str | ✅ | "W" |
L | str | ✅ | "L" |
X | str | ✅ | "X" |
T | str | ✅ | "T" |
Z | str | ✅ | "Z" |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs