Values.TransitioningImageTotalCountSourceThe total count of images transitioning to a storage class.
type nonrec t = {targetStorageClass : LifecyclePolicyTargetStorageClass.t option;The target storage class.
*)imageTotalCount : ImageCount.t option;The total number of images transitioning to the storage class.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `Integer of ImageCount.t ]) list ]