mirror of
https://github.com/thousandeyes/thousandeyes-sdk-python.git
synced 2026-03-22 01:25:29 +00:00
1.3 KiB
1.3 KiB
GetEndpointLocalNetworksTopologiesRequest
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| search_filters | EndpointNetworkTopologyResultRequestFilter | [optional] |
Example
from endpoint_test_results.models.get_endpoint_local_networks_topologies_request import GetEndpointLocalNetworksTopologiesRequest
# TODO update the JSON string below
json = "{}"
# create an instance of GetEndpointLocalNetworksTopologiesRequest from a JSON string
get_endpoint_local_networks_topologies_request_instance = GetEndpointLocalNetworksTopologiesRequest.from_json(json)
# print the JSON string representation of the object
print(GetEndpointLocalNetworksTopologiesRequest.to_json())
# convert the object into a dict
get_endpoint_local_networks_topologies_request_dict = get_endpoint_local_networks_topologies_request_instance.to_dict()
# create an instance of GetEndpointLocalNetworksTopologiesRequest from a dict
get_endpoint_local_networks_topologies_request_from_dict = GetEndpointLocalNetworksTopologiesRequest.from_dict(get_endpoint_local_networks_topologies_request_dict)