Documentation
    Preparing search index...

    The response for a realm index.

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

    Hierarchy

    • ResponseBase
      • RealmIndexResponse
    Index

    Properties

    Properties

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