Documentation
    Preparing search index...

    Interface PvpSeasonIndexResponse

    The response for a PvP season index.

    interface PvpSeasonIndexResponse {
        _links: { self: Href };
        current_season: Season;
        seasons: Season[];
    }

    Hierarchy

    • ResponseBase
      • PvpSeasonIndexResponse
    Index

    Properties

    _links: { self: Href }
    current_season: Season
    seasons: Season[]