Documentation
    Preparing search index...

    Interface PvpLeaderboardIndexResponse

    The response for a PvP leaderboard index.

    interface PvpLeaderboardIndexResponse {
        _links: { self: Href };
        leaderboards: NameIdKey[];
        season: Season;
    }

    Hierarchy

    • ResponseBase
      • PvpLeaderboardIndexResponse
    Index

    Properties

    _links: { self: Href }
    leaderboards: NameIdKey[]
    season: Season