Module Values_0.NotificationPropertySource

Specifies configuration properties of a notification.

Sourcetype nonrec t = {
  1. notifyDelayAfter : NotifyDelayAfter.t option;
    (*

    After a job run starts, the number of minutes to wait before sending a job run delay notification.

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