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