Values.RollbackServiceSoftwareOptionsSourceDetails about the rollback options for a service software update.
type nonrec t = {currentVersion : String_.t option;The current service software version on the domain.
*)newVersion : String_.t option;The service software version that the domain will roll back to.
*)rollbackAvailable : Boolean.t option;Whether a service software rollback is available for the domain.
*)description : String_.t option;A description of the rollback status.
*)}