RefUri
Properties
Name |
Type |
Description |
Notes |
|
|
|
|
Example
from deepsearch.cps.apis.public_v2.models.ref_uri import RefUri
# TODO update the JSON string below
json = "{}"
# create an instance of RefUri from a JSON string
ref_uri_instance = RefUri.from_json(json)
# print the JSON string representation of the object
print(RefUri.to_json())
# convert the object into a dict
ref_uri_dict = ref_uri_instance.to_dict()
# create an instance of RefUri from a dict
ref_uri_form_dict = ref_uri.from_dict(ref_uri_dict)
[Back to Model list] [Back to API list] [Back to README]