mirror of
https://github.com/thousandeyes/thousandeyes-sdk-python.git
synced 2025-12-06 07:55:31 +00:00
1002 B
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)