HTTPGet Action Patch
data class HTTPGetActionPatch(val host: String? = null, val httpHeaders: List<HTTPHeaderPatch>? = null, val path: String? = null, val port: Either<Int, String>? = null, val scheme: String? = null)
HTTPGetAction describes an action based on HTTP Get requests.