Documentation
    Preparing search index...

    Interface RegionIndexResponse

    The response for a region index.

    interface RegionIndexResponse {
        _links: { self: Href };
        regions: Href[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    _links: { self: Href }
    regions: Href[]