Module Values.FuotaTaskLogOptionSource

The log options for FUOTA tasks and can be used to set log levels for a specific type of FUOTA task.

Sourcetype nonrec t = {
  1. type_ : FuotaTaskType.t;
    (*

    The FUOTA task type.

    *)
  2. logLevel : LogLevel.t;
  3. events : FuotaTaskEventLogOptionList.t option;
}
Sourceval context_ : string
Sourceval make : ?events:??? -> type_:FuotaTaskType.t -> logLevel:LogLevel.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Enum of string ]) 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