Values.LifecyclePolicyPreviewSummarySourceThe summary of the lifecycle policy preview request.
type nonrec t = {expiringImageTotalCount : ImageCount.t option;The number of expiring images.
*)transitioningImageTotalCounts : TransitioningImageTotalCounts.t option;The total count of images that will be transitioned to each storage class. This field is only present if at least one image will be transitoned in the summary.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of ImageCount.t
| `List of
[> `Structure of
(string * [> `Enum of string | `Integer of ImageCount.t ])
list ]
list ])
list ]