Values.PersistentStorageSourceInformation about the persistent storage for a Dev Environment.
type nonrec t = {sizeInGiB : PersistentStorageSizeInGiBInteger.t option;The size of the persistent storage in gigabytes (specifically GiB). Valid values for storage are based on memory sizes in 16GB increments. Valid values are 16, 32, and 64.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of PersistentStorageSizeInGiBInteger.t ]) list ]