Documentation
    Preparing search index...

    Interface SeasonIndexResponse

    Base interface for Blizzard API responses.

    interface SeasonIndexResponse {
        _links: { self: Href };
        current_season: number;
        generated_by: string;
        last_update_time: string;
        season: Href[];
        service_current_season: number;
        service_season_state: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    _links: { self: Href }
    current_season: number
    generated_by: string
    last_update_time: string
    season: Href[]
    service_current_season: number
    service_season_state: string