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

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)

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