thousandeyes-sdk-python/streaming/docs/StreamResponseLinksSelf.md

1013 B

StreamResponseLinksSelf

Properties

Name Type Description Notes
href str [optional]

Example

from streaming.models.stream_response_links_self import StreamResponseLinksSelf

# TODO update the JSON string below
json = "{}"
# create an instance of StreamResponseLinksSelf from a JSON string
stream_response_links_self_instance = StreamResponseLinksSelf.from_json(json)
# print the JSON string representation of the object
print(StreamResponseLinksSelf.to_json())

# convert the object into a dict
stream_response_links_self_dict = stream_response_links_self_instance.to_dict()
# create an instance of StreamResponseLinksSelf from a dict
stream_response_links_self_from_dict = StreamResponseLinksSelf.from_dict(stream_response_links_self_dict)

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