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