Module Values.RegionSource

The region or state results should be to be present in. Example: North Rhine-Westphalia.

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

    Abbreviated code for a the state, province or region of the country. Not available in ap-southeast-1 and ap-southeast-5 regions for GrabMaps customers. Example: BC.

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

    Name for a the state, province, or region of the country. Example: British Columbia.

    *)
}
Sourceval make : ?code:??? -> ?name:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of RegionCodeString.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