V2reportsSequenceReference

June 30, 2026 ยท View on GitHub

Properties

NameTypeDescriptionNotes
articleV2reportsArticle[optional]
journalV2reportsJournal[optional]
bookV2reportsBook[optional]
proceedingsV2reportsProceedings[optional]
thesisV2reportsThesis[optional]
patentV2reportsPatent[optional]
generalV2reportsGeneral[optional]
medlineV2reportsMedline[optional]

Example

from ncbi.datasets.openapi.models.v2reports_sequence_reference import V2reportsSequenceReference

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

# convert the object into a dict
v2reports_sequence_reference_dict = v2reports_sequence_reference_instance.to_dict()
# create an instance of V2reportsSequenceReference from a dict
v2reports_sequence_reference_from_dict = V2reportsSequenceReference.from_dict(v2reports_sequence_reference_dict)

[Back to Model list] [Back to API list] [Back to README]