Module Values.SubRegionSource

The sub-region.

Sourcetype nonrec t = {
  1. code : SubRegionCodeString.t option;
    (*

    Abbreviated code for the county or sub-region. Not available in ap-southeast-1 and ap-southeast-5 regions for GrabMaps customers.

    *)
  2. name : SubRegionNameString.t option;
    (*

    Name for the county or sub-region.

    *)
}
Sourceval make : ?code:??? -> ?name:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of SubRegionCodeString.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t