Values.ArrayPropertiesDetailSourceAn object that represents the array properties of a job.
type nonrec t = {statusSummary : ArrayJobStatusSummary.t option;A summary of the number of array job children in each available job status. This parameter is returned for parent array jobs.
*)statusSummaryLastUpdatedAt : Long.t option;The Unix timestamp (in milliseconds) for when the statusSummary was last updated.
*)size : Integer.t option;The size of the array job. This parameter is returned for parent array jobs.
*)index : Integer.t option;The job index within the array that's associated with this job. This parameter is returned for array job children.
*)}