ProxyServer#
- class ProxyServer(url=None, credential=None, *args, **kwargs)#
Bases:
object
HTTP proxy server configuration
- Parameters:
url – (
url
) HTTP proxy server URL.credential – (
credential
)
- property credential#
- Type:
- to_dict()#
Returns the model properties as a dictionary
- to_str()#
Returns the string representation of the model
- property url#
HTTP proxy server URL.
- Type:
str