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