Protected Item Dynamic Memory Config Response
data class ProtectedItemDynamicMemoryConfigResponse(val maximumMemoryInMegaBytes: Double, val minimumMemoryInMegaBytes: Double, val targetMemoryBufferPercentage: Int)
Protected item dynamic memory config.
Constructors
Link copied to clipboard
fun ProtectedItemDynamicMemoryConfigResponse(maximumMemoryInMegaBytes: Double, minimumMemoryInMegaBytes: Double, targetMemoryBufferPercentage: Int)