Skip to content

Authors

Properties

Name Type Description Notes

Example

from deepsearch.cps.apis.public_v2.models.authors import Authors

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

# convert the object into a dict
authors_dict = authors_instance.to_dict()
# create an instance of Authors from a dict
authors_form_dict = authors.from_dict(authors_dict)
[Back to Model list] [Back to API list] [Back to README]