Values.GetWirelessGatewayRequestSourceGets information about a wireless gateway.
type nonrec t = {identifier : Identifier.t;The identifier of the wireless gateway to get.
*)identifierType : WirelessGatewayIdType.t;The type of identifier used in identifier.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of Identifier.t ]) list ]