Module Values.CustomEventsSource

A structure that contains information about custom events for this app monitor.

Sourcetype nonrec t = {
  1. status : CustomEventsStatus.t option;
    (*

    Specifies whether this app monitor allows the web client to define and send custom events. The default is for custom events to be DISABLED.

    *)
}
Sourceval make : ?status:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string ]) 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