thousandeyes-sdk-python/tests_api/docs/WebTransactionTests.md
2023-12-11 09:29:15 +00:00

1002 B

WebTransactionTests

Properties

Name Type Description Notes
tests **List[WebTransactionTest]** [optional]

Example

from tests_api.models.web_transaction_tests import WebTransactionTests

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

# convert the object into a dict
web_transaction_tests_dict = web_transaction_tests_instance.to_dict()
# create an instance of WebTransactionTests from a dict
web_transaction_tests_form_dict = web_transaction_tests.from_dict(web_transaction_tests_dict)

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