Documentation
    Preparing search index...

    The response for a realm index.

    interface RealmIndexResponse {
        _links: { self: Href };
        realms: Realm[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    _links: { self: Href }
    realms: Realm[]