Backend Proxy Contract Response
data class BackendProxyContractResponse(val password: String? = null, val url: String, val username: String? = null)
Details of the Backend WebProxy Server to use in the Request to Backend.