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.
Constructors
Link copied to clipboard
fun GoogleCloudRunV2HTTPGetActionResponse(httpHeaders: List<GoogleCloudRunV2HTTPHeaderResponse>, path: String, port: Int)