Module Values.JobEntitySource

The details of a job entity.

Sourcetype nonrec t = {
  1. jobDetails : JobDetailsEntity.t option;
    (*

    The job details.

    *)
  2. jobAttachmentDetails : JobAttachmentDetailsEntity.t option;
    (*

    The job attachment details.

    *)
  3. stepDetails : StepDetailsEntity.t option;
    (*

    The step details.

    *)
  4. environmentDetails : EnvironmentDetailsEntity.t option;
    (*

    The environment details for the job entity.

    *)
}
Sourceval make : ?jobDetails:??? -> ?jobAttachmentDetails:??? -> ?stepDetails:??? -> ?environmentDetails:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `List of [> `String of StepId.t | `Structure of (string * [> `Enum of string | `String of String_.t ]) list ] list | `Map of ([> `String of JobParametersKeyString.t ] * [> `Structure of (string * [> `String of IntString.t ]) list ]) list | `String of JobId.t | `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Enum of string | `List of [> `String of OutputRelativeDirectoriesListMemberString.t ] list | `String of FileSystemLocationName.t ]) list ] list | `String of S3BucketName.t | `Structure of (string * [> `String of PosixUserUserString.t ]) list ]) 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