Values_2.RegionSourceDescribes a Region.
type nonrec t = {optInStatus : Values_0.String_.t option;The Region opt-in status. The possible values are opt-in-not-required, opted-in, and not-opted-in.
*)geography : Values_1.RegionGeographyList.t option;The geography information for the Region. The geography is returned as a list.
*)regionName : Values_0.String_.t option;The name of the Region.
*)endpoint : Values_0.String_.t option;The Region service endpoint.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of Values_0.String_.t ]) list ]
list
| `String of Values_0.String_.t ])
list ]