Gclb Target Response
    data class GclbTargetResponse(val ipConfigs: List<IpConfigResponse>, val targetHttpsProxy: String, val targetSslProxy: String)
Describes a Target Proxy that uses this Certificate Map.
Constructors
Link copied to clipboard
                fun GclbTargetResponse(ipConfigs: List<IpConfigResponse>, targetHttpsProxy: String, targetSslProxy: String)