RadarRegion

class RadarRegion(_id: String, name: String, code: String, type: String, flag: String?)

Represents a region.

See also

[](https://radar.io/documentation/regions

Constructors

RadarRegion
Link copied to clipboard
fun RadarRegion(_id: String, name: String, code: String, type: String, flag: String?)

Functions

toJson
Link copied to clipboard
fun toJson(): JSONObject

Properties

_id
Link copied to clipboard
val _id: String
The Radar ID of the region.
code
Link copied to clipboard
val code: String
The unique code for the region.
flag
Link copied to clipboard
val flag: String?
The optional flag of the region
name
Link copied to clipboard
val name: String
The name of the region.
type
Link copied to clipboard
val type: String
The type of the region.