Class RegionalStructure
- Namespace
- SunamoGpx
- Assembly
- SunamoGpx.dll
Represents the regional structure information of a location.
public class RegionalStructure
- Inheritance
-
RegionalStructure
- Inherited Members
- Extension Methods
Properties
IsoCode
Gets or sets the ISO code of the regional structure.
[JsonPropertyName("isoCode")]
public required string IsoCode { get; set; }
Property Value
Name
Gets or sets the name of the regional structure.
[JsonPropertyName("name")]
public required string Name { get; set; }
Property Value
Type
Gets or sets the type of the regional structure.
[JsonPropertyName("type")]
public required string Type { get; set; }