FootballMatchContent

data class FootballMatchContent(val title: String, val homeTeamName: String, val homeTeamImage: String?, val awayTeamName: String, val awayTeamImage: String?)

Static content of the football match template. Field-for-field mirror of the backend / iOS content block. Empty image strings from the backend are kept as-is here and normalized to null at render time.

Constructors

Link copied to clipboard
constructor(title: String, homeTeamName: String, homeTeamImage: String?, awayTeamName: String, awayTeamImage: String?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard