Documentation
    Preparing search index...

    Interface RealmResponse

    The response for a realm.

    interface RealmResponse {
        _links: { self: Href };
        category: RealmCategory;
        connected_realm: Href;
        id: number;
        is_tournament: boolean;
        locale: RealmLocales;
        name: string;
        region: NameIdKey;
        slug: string;
        timezone: RealmTimezone;
        type: { name: string; type: RealmTypeCapitalized };
    }

    Hierarchy (View Summary)

    Index

    Properties

    _links: { self: Href }
    category: RealmCategory
    connected_realm: Href
    id: number
    is_tournament: boolean
    locale: RealmLocales
    name: string
    region: NameIdKey
    slug: string
    timezone: RealmTimezone
    type: { name: string; type: RealmTypeCapitalized }