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

29 lines
1002 B
Markdown

# WebTransactionTests
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**tests** | [**List[WebTransactionTest]**](WebTransactionTest.md) | | [optional]
## Example
```python
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]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)