Disk Utilization Response
data class DiskUtilizationResponse(val targetReadBytesPerSecond: Int, val targetReadOpsPerSecond: Int, val targetWriteBytesPerSecond: Int, val targetWriteOpsPerSecond: Int)
Target scaling by disk usage. Only applicable in the App Engine flexible environment.