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
DashboardSnapshotLinksLinks
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| var_self | Link | [optional] | |
| app_link | Link | [optional] |
Example
from dashboards_api.models.dashboard_snapshot_links_links import DashboardSnapshotLinksLinks
# TODO update the JSON string below
json = "{}"
# create an instance of DashboardSnapshotLinksLinks from a JSON string
dashboard_snapshot_links_links_instance = DashboardSnapshotLinksLinks.from_json(json)
# print the JSON string representation of the object
print DashboardSnapshotLinksLinks.to_json()
# convert the object into a dict
dashboard_snapshot_links_links_dict = dashboard_snapshot_links_links_instance.to_dict()
# create an instance of DashboardSnapshotLinksLinks from a dict
dashboard_snapshot_links_links_form_dict = dashboard_snapshot_links_links.from_dict(dashboard_snapshot_links_links_dict)