Team (Action)

Represents a team's details in the actions feed.

Properties

id uuid

Unique team id

name string

Name of the team

homeTeam boolean

Denotes whether the team is the home team Values are true or false

"team": {
      "id": "867a43cd-140d-4792-a7b0-74eefca2527f",
      "name": "KV Kortrijk",
      "homeTeam": "true"
    }

Last updated