Values_1.DeprecationTimeConditionRequestSourceThe maximum period since deprecation for allowed images.
type nonrec t = {maximumDaysSinceDeprecated : Values_0.MaximumDaysSinceDeprecatedValue.t option;The maximum number of days that have elapsed since the image was deprecated. Set to 0 to exclude all deprecated images.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of Values_0.MaximumDaysSinceDeprecatedValue.t ])
list ]