Documentation
    Preparing search index...

    The response for a region.

    interface RegionResponse {
        _links: { self: Href };
        id: number;
        name: string;
        patch_string: string;
        tag: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    _links: { self: Href }
    id: number
    name: string
    patch_string: string
    tag: string