Network Utilization Response
data class NetworkUtilizationResponse(val targetReceivedBytesPerSecond: Int, val targetReceivedPacketsPerSecond: Int, val targetSentBytesPerSecond: Int, val targetSentPacketsPerSecond: Int)
Target scaling by network usage. Only applicable in the App Engine flexible environment.