Module Values.UpdateMulticastGroupRequestSource

Updates properties of a multicast group session.

Sourcetype nonrec t = {
  1. id : MulticastGroupId.t;
  2. name : MulticastGroupName.t option;
  3. description : Description.t option;
  4. loRaWAN : LoRaWANMulticast.t option;
}
Sourceval context_ : string
Sourceval make : ?name:??? -> ?description:??? -> ?loRaWAN:??? -> id:MulticastGroupId.t -> unit -> t
Sourceval 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 ]
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