Values.JobEntityIdentifiersUnionSourceThe details of a job entity identifier.
type nonrec t = {jobDetails : JobDetailsIdentifiers.t option;The job details.
*)jobAttachmentDetails : JobAttachmentDetailsIdentifiers.t option;The job attachment details.
*)stepDetails : StepDetailsIdentifiers.t option;The step details.
*)environmentDetails : EnvironmentDetailsIdentifiers.t option;The environment details.
*)}