Class LocationRegion
Inheritance
object
LocationRegion
Namespace: Aetheros.Schema.OneM2M
Assembly: Aetheros.Schema.OneM2M.dll
Syntax
[Serializable]
[JsonObject("locationRegion")]
public class LocationRegion
Properties
| Edit this page View SourceCircRegion
Declaration
[JsonProperty("accr")]
public ICollection<float> CircRegion { get; set; }
Property Value
Type | Description |
---|---|
ICollection<float> |
CountryCode
2-character country code as defined by ISO-3166
Pattern: [A-Z]{2}.
Declaration
[RegularExpression("[A-Z]{2}")]
[JsonProperty("accc")]
public ICollection<string> CountryCode { get; set; }
Property Value
Type | Description |
---|---|
ICollection<string> |