Values.UpdateWirelessGatewayRequestSourceUpdates properties of a wireless gateway.
type nonrec t = {id : WirelessGatewayId.t;The ID of the resource to update.
*)name : WirelessGatewayName.t option;The new name of the resource. The following special characters aren't accepted: <>^#~$
*)description : Description.t option;A new description of the resource.
*)joinEuiFilters : JoinEuiFilters.t option;netIdFilters : NetIdFilters.t option;maxEirp : GatewayMaxEirp.t option;The MaxEIRP value.
*)}val make :
?name:??? ->
?description:??? ->
?joinEuiFilters:??? ->
?netIdFilters:??? ->
?maxEirp:??? ->
id:WirelessGatewayId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Float of GatewayMaxEirp.t
| `List of
[> `List of [> `String of JoinEui.t ] list | `String of NetId.t ]
list
| `String of WirelessGatewayId.t ])
list ]