Documentation
    Preparing search index...

    Interface RoomIndexReponse

    Base interface for Blizzard API responses.

    interface RoomIndexReponse {
        _links: { self: Href };
        rooms: NameIdKey[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    _links: { self: Href }
    rooms: NameIdKey[]