Google Cloud Run V2HTTPGet Action Response
data class GoogleCloudRunV2HTTPGetActionResponse(val httpHeaders: List<GoogleCloudRunV2HTTPHeaderResponse>, val path: String, val port: Int)
HTTPGetAction describes an action based on HTTP Get requests.