Values.SubmissionSummarySourceA summary of the submissions in a batch.
type nonrec t = {successfulStartSubmissionCount : Integer.t option;The number of successful start submissions.
*)failedStartSubmissionCount : Integer.t option;The number of failed start submissions.
*)pendingStartSubmissionCount : Integer.t option;The number of pending start submissions.
*)successfulCancelSubmissionCount : Integer.t option;The number of successful cancel submissions.
*)failedCancelSubmissionCount : Integer.t option;The number of failed cancel submissions.
*)successfulDeleteSubmissionCount : Integer.t option;The number of successful delete submissions.
*)failedDeleteSubmissionCount : Integer.t option;The number of failed delete submissions.
*)}