Values.UpdateMulticastGroupRequestSourceUpdates properties of a multicast group session.
type nonrec t = {id : MulticastGroupId.t;name : MulticastGroupName.t option;description : Description.t option;loRaWAN : LoRaWANMulticast.t option;}val make :
?name:??? ->
?description:??? ->
?loRaWAN:??? ->
id:MulticastGroupId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of MulticastGroupId.t
| `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `Integer of TransmissionIntervalMulticast.t
| `List of [> `String of WirelessGatewayId.t ] list ])
list ])
list ])
list ]