mirror of
https://github.com/thousandeyes/thousandeyes-sdk-python.git
synced 2025-12-06 06:26:51 +00:00
1.1 KiB
1.1 KiB
TestTemplateCollectionLinksSelf
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| href | str | [optional] |
Example
from test_templates_api.models.test_template_collection_links_self import TestTemplateCollectionLinksSelf
# TODO update the JSON string below
json = "{}"
# create an instance of TestTemplateCollectionLinksSelf from a JSON string
test_template_collection_links_self_instance = TestTemplateCollectionLinksSelf.from_json(json)
# print the JSON string representation of the object
print TestTemplateCollectionLinksSelf.to_json()
# convert the object into a dict
test_template_collection_links_self_dict = test_template_collection_links_self_instance.to_dict()
# create an instance of TestTemplateCollectionLinksSelf from a dict
test_template_collection_links_self_form_dict = test_template_collection_links_self.from_dict(test_template_collection_links_self_dict)