Round Competitor
Table of Contents
RoundCompetitor
What is RoundCompetitor? A RoundCompetitor is representation of the relation between a Round and a Competitor like the “Manchester United” Football Team which is part of Round “1” of “Premier league 2021/2022” Season in the UK. It is used to define which are the Competitors which can take part in the Fixtures which are related to the Round.
Read Data Points
Field | Type | Nullable | Description |
---|---|---|---|
id | int64|unsigned | The numeric identifier of the Season Competitor in GSS | |
isActive | boolean | Whether the Competitor was added to the Round but cannot take part in the Fixtures for it. If true the Competitor can take part in the Fixtures for the Round. If false the Competitor cannot. | |
round | object|RoundEmbed | The Round to which the Competitor is related. | |
Competitor | object|CompetitorEmbed | The Competitor to which the Round is related. | |
createdOn | timestamp | The timestamp when the data entity was created | |
modifiedOn | timestamp | The timestamp when the data entity was modified | |
updatesCount | int32|unsigned | The amount of times the data entity was updated | |
isDeleted | boolean |
| Whether the RoundCompetitor relation was removed. |