Values_1.ModelPackageStatusItemSourceRepresents the overall status of a model package.
type nonrec t = {name : Values_0.EntityName.t option;The name of the model package for which the overall status is being reported.
*)status : DetailedModelPackageStatus.t option;The current status.
*)failureReason : Values_0.String_.t option;if the overall status is Failed, the reason for the failure.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of Values_0.EntityName.t ]) list ]