Type1¶
Type of publication (journal article, conference, review,...).
Properties¶
Name | Type | Description | Notes |
---|---|---|---|
Example¶
from deepsearch.cps.apis.public_v2.models.type1 import Type1
# TODO update the JSON string below
json = "{}"
# create an instance of Type1 from a JSON string
type1_instance = Type1.from_json(json)
# print the JSON string representation of the object
print(Type1.to_json())
# convert the object into a dict
type1_dict = type1_instance.to_dict()
# create an instance of Type1 from a dict
type1_form_dict = type1.from_dict(type1_dict)