Module Values.UpdateFuotaTaskRequestSource

Updates properties of a FUOTA task.

Sourcetype nonrec t = {
  1. id : FuotaTaskId.t;
  2. name : FuotaTaskName.t option;
  3. description : Description.t option;
  4. loRaWAN : LoRaWANFuotaTask.t option;
  5. firmwareUpdateImage : FirmwareUpdateImage.t option;
  6. firmwareUpdateRole : FirmwareUpdateRole.t option;
  7. redundancyPercent : RedundancyPercent.t option;
  8. fragmentSizeBytes : FragmentSizeBytes.t option;
  9. fragmentIntervalMS : FragmentIntervalMS.t option;
  10. descriptor : FileDescriptor.t option;
}
Sourceval context_ : string
Sourceval make : ?name:??? -> ?description:??? -> ?loRaWAN:??? -> ?firmwareUpdateImage:??? -> ?firmwareUpdateRole:??? -> ?redundancyPercent:??? -> ?fragmentSizeBytes:??? -> ?fragmentIntervalMS:??? -> ?descriptor:??? -> id:FuotaTaskId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of RedundancyPercent.t | `String of FuotaTaskId.t | `Structure of (string * [> `Enum of string ]) 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