Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 840 Bytes

File metadata and controls

28 lines (21 loc) · 840 Bytes

Reference

Reference

Properties

Name Type Description Notes
ref str

Example

from unity_sps_ogc_processes_api_python_client.models.reference import Reference

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

# convert the object into a dict
reference_dict = reference_instance.to_dict()
# create an instance of Reference from a dict
reference_from_dict = Reference.from_dict(reference_dict)

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