Documentation
    Preparing search index...

    The response for a region.

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

    Hierarchy

    • NameId
    • ResponseBase
      • RegionResponse
    Index

    Properties

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