Identifiers1¶
Unique identifiers of a publication venue.
Properties¶
Name | Type | Description | Notes |
---|---|---|---|
Example¶
from deepsearch.cps.apis.public_v2.models.identifiers1 import Identifiers1
# TODO update the JSON string below
json = "{}"
# create an instance of Identifiers1 from a JSON string
identifiers1_instance = Identifiers1.from_json(json)
# print the JSON string representation of the object
print(Identifiers1.to_json())
# convert the object into a dict
identifiers1_dict = identifiers1_instance.to_dict()
# create an instance of Identifiers1 from a dict
identifiers1_form_dict = identifiers1.from_dict(identifiers1_dict)