ClanWarLog

data class ClanWarLog(val items: List<ClanWarLogEntry>, val paging: Paging?) : ApiListResponse<ClanWarLogEntry>

Represents the ClanWarLog model of the Clash of Clans API.

Constructors

Link copied to clipboard
constructor(items: List<ClanWarLogEntry>, paging: Paging?)

Properties

Link copied to clipboard
open override val items: List<ClanWarLogEntry>

A list of ClanWarLogEntry objects representing the clan war log entries in the list.

Link copied to clipboard
open override val paging: Paging?

The pagination information for navigating through the list (optional).