LocationOptionViewModel
A location option that can be used to filter a data set.
Properties
Property | Type | Required | Description |
---|---|---|---|
id |
string | true |
The ID of the location. |
label |
string | true |
The human-readable label of the location. |
Example schema
{
"id": "bOmZ4",
"label": "Sheffield"
}