Module Values_0.JobNodeDetailsSource

The details of a Job node present in the workflow.

Sourcetype nonrec t = {
  1. jobRuns : JobRunList.t option;
    (*

    The information for the job runs represented by the job node.

    *)
}
Sourceval make : ?jobRuns:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Boolean of NullableBoolean.t | `Double of NullableDouble.t | `Enum of string | `Integer of AttemptCount.t | `List of [> `Structure of (string * [> `String of NameString.t ]) list ] list | `Map of ([> `String of GenericString.t ] * [> `String of GenericString.t ]) list | `String of IdString.t | `Structure of (string * [> `Integer of NotifyDelayAfter.t ]) list | `Timestamp of TimestampValue.t ]) 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