Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 915 Bytes

File metadata and controls

32 lines (25 loc) · 915 Bytes

Link

Link

Properties

Name Type Description Notes
href str
hreflang str [optional]
rel str [optional]
title str [optional]
type str [optional]

Example

from unity_sps_ogc_processes_api_python_client.models.link import Link

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

# convert the object into a dict
link_dict = link_instance.to_dict()
# create an instance of Link from a dict
link_from_dict = Link.from_dict(link_dict)

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