thousandeyes-sdk-python/endpoint_test_results/docs/NetworkProxyProfileProxiesInner.md

1.2 KiB

NetworkProxyProfileProxiesInner

Properties

Name Type Description Notes
bypass str Proxy bypass expression. [optional] [readonly]
proxy str Proxy mode. [optional] [readonly]

Example

from endpoint_test_results.models.network_proxy_profile_proxies_inner import NetworkProxyProfileProxiesInner

# TODO update the JSON string below
json = "{}"
# create an instance of NetworkProxyProfileProxiesInner from a JSON string
network_proxy_profile_proxies_inner_instance = NetworkProxyProfileProxiesInner.from_json(json)
# print the JSON string representation of the object
print(NetworkProxyProfileProxiesInner.to_json())

# convert the object into a dict
network_proxy_profile_proxies_inner_dict = network_proxy_profile_proxies_inner_instance.to_dict()
# create an instance of NetworkProxyProfileProxiesInner from a dict
network_proxy_profile_proxies_inner_from_dict = NetworkProxyProfileProxiesInner.from_dict(network_proxy_profile_proxies_inner_dict)

[Back to Model list] [Back to API list] [Back to README]